JSFiddle - React, Tailwind, and code Playground
by Rishi Gautam
HTML
<div class='div1'>
Hello
</div>
<div>
There!
</div>
CSS
.div1 {
visibility: hidden;
}
by Rishi Gautam
<div class='div1'>
Hello
</div>
<div>
There!
</div>
.div1 {
visibility: hidden;
}