JSFiddle - React, Tailwind, and code Playground
by derekstory
HTML
<table border="1" class="row_selected" cellspacing="0" cellpadding="0" id="products1" style="clear:both;">
<thead>
<tr>
<th >Product</th>
<th >Description</th>
</tr>
</thead>
<tbody></tbody>
</table>
CSS
.row_selected
{
background-color:#F0F8FF !important;
}
tr:hover {
background-color:#DBFF4C !important;
}