JSFiddle - React, Tailwind, and code Playground
HTML
<div hidden>
lol guess who's not hidden anymore
hint: it's this thing
</div>
CSS
div { display: block; }
<div hidden>
lol guess who's not hidden anymore
hint: it's this thing
</div>
div { display: block; }