JSFiddle - React, Tailwind, and code Playground

HTML

<input class="css1 css2" id="password" />

CSS

.css1 {
    background:red;
}

.css2 {
    border:2px green solid;
}