JSFiddle - React, Tailwind, and code Playground

HTML

<div class="myClass">
Some text
<div>

CSS

.myClass {
    background: #00FF00;
    background-color: #FF0000;
    
}