JSFiddle - React, Tailwind, and code Playground

HTML

<div id='mydiv'>dada</div>

CSS

#mydiv {
    background-color: yellow;
}