JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<p>11111111111111</p>
<div><button></button></div>
<p>2222222222222222</p>
<span class='qqq'><button></button></span>
<p>33333333333333</p>
<p>44444444</p>

CSS

div{
  display: none;
}
.qqq{
visibility: hidden;
}