JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr class="S">
<td>foo bar</td>
</tr>
</table>
CSS
tr.S {background-color:#000000}
tr.S:hover {background-color:#FFFFFF}
<table>
<tr class="S">
<td>foo bar</td>
</tr>
</table>
tr.S {background-color:#000000}
tr.S:hover {background-color:#FFFFFF}