src/App.jsx @@ -6,7 +6,9 @@ return ( <> <h1>{store.text}</h1> <h1 class="text-3xl font-bold underline"> {store.text} </h1> </> ) }