JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

HTML

<div hidden>
  lol guess who's not hidden anymore
  hint: it's this thing
</div>

CSS

div { display: block; }