JSFiddle - React, Tailwind, and code Playground

by planetoftheweb

HTML

<div id="box"></div>

CSS

#box {
    display:block;
    background:#FF0000;
    width:100px;
    height:100px;
}