JSFiddle - React, Tailwind, and code Playground

by Shishir Morshed

HTML

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

CSS

.box {
  width: 100px;
  height: 100px;
  background: #f1bb51;
}