JSFiddle - React, Tailwind, and code Playground

by tonyleeper

HTML

<div class="box"></div>

CSS

.box {
  width: 100px;
  height: 100px;
  background-color: red;
}