JSFiddle - React, Tailwind, and code Playground

by lulalala

HTML

<table>
<tr class="S">
   <td>foo bar</td>
</tr>
</table>

CSS

tr.S     {background-color:#000000}
   tr.S:hover   {background-color:#FFFFFF}