JSFiddle - React, Tailwind, and code Playground

HTML

<div>Content</div>

CSS

div{
    background-color:blue;
}
div{
    background-color:red;
}