JSFiddle - React, Tailwind, and code Playground

HTML

<div class="mydiv" id="mydiv"></div>

CSS

#mydiv {
    background:blue;
}
.mydiv {
    width:100px;
    height:100px;
    background:red;
}