JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<div id="q">
<div id ="w">

</div>
</div>

CSS

#q {
  width: 500px;
  height: 500px;
}

#w {
  width: 50px;
  height: 50px;
}