JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<div hidden>
Yo
</div>

CSS

div {
  visibility: hidden;
}