JSFiddle - React, Tailwind, and code Playground

by Couto

HTML

<table>
    <tr>
        <td>Content 1</td>
        <td>Content 2</td>
        <td>Content 3</td>
        <td>Content 4</td>
        <td>Content 5</td>
    </tr>
</table>

CSS

tr:hover{
    background-color: cyan;
}