JSFiddle - React, Tailwind, and code Playground

by rvrjp7

HTML

<div>
<img class="img1">
<textarea>
  
</textarea>
<div id="hiddendiv">
sdf
</div>
</div>

CSS

#hiddendiv{
  height:50px;
  width:50px;
  background:grey;
}
.img1{ 
background:...