JSFiddle - React, Tailwind, and code Playground

by Rishi Gautam

HTML

<div class='div1'>
Hello
</div>
<div>
There!
</div>

CSS

.div1 {
  visibility: hidden;
}