JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

#box{
    width:100px;
    height:100px;
    background:red;
}