JSFiddle - React, Tailwind, and code Playground
HTML
<input class="css1 css2" id="password" />
CSS
.css1 {
background:red;
}
.css2 {
border:2px green solid;
}
<input class="css1 css2" id="password" />
.css1 {
background:red;
}
.css2 {
border:2px green solid;
}