JSFiddle - React, Tailwind, and code Playground

by Brad9aga

HTML

<div>
  <div class="wrap"></div>
</div>

CSS

div .wrap{
  background: red;
  width: 100px;
  height: 100px;
}