JSFiddle - React, Tailwind, and code Playground
by kman007_us
HTML
<table>
<tr class='hi there'>
<td><input class='foo'>adsfasdf</td>
</tr>
</table>
CSS
.hi, .there input {
background-color: red;
}
.hi input {
background-color: blue;
}