JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

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

CSS

div { width: 50px; height: 50px; margin: 10px; background-color: blue; }

.mydiv { background-color: red; }