JSFiddle - React, Tailwind, and code Playground
by RomainMazB
HTML
<div id="root">
<h3>profile</h3>
</div>
CSS
#root {
background-color:red;
height:100vh;
}
by RomainMazB
<div id="root">
<h3>profile</h3>
</div>
#root {
background-color:red;
height:100vh;
}