JSFiddle - React, Tailwind, and code Playground

by rupesx

HTML

<span class="btn">Click</span>
<div id="test"> hide/show div</div>

CSS

.btn{ }
#test{ display:none; height:200px; width:200px; border:1px solid red;}