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