JSFiddle - React, Tailwind, and code Playground

HTML

<input class="redBG" />

CSS

.redBG
{
    background: red;
}