JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>Hello</td>
        <td>World</td>
    </tr>
    <tr>
        <td>Hello</td>
        <td>World</td>
    </tr> 
     <tr>
        <td>Hello</td>
        <td>World</td>
    </tr>
</table>

CSS

tr:hover, tr:hover + tr {
    background:#eee; }