JSFiddle - React, Tailwind, and code Playground
by tonyleeper
HTML
<div class="box"></div>
CSS
.box {
width: 100px;
height: 100px;
background-color: red;
}
by tonyleeper
<div class="box"></div>
.box {
width: 100px;
height: 100px;
background-color: red;
}