JSFiddle - React, Tailwind, and code Playground

HTML

<table style="height: 100px;">
  <tr>
    <td>
      <img style="float: left;" src="http://bing.com/favicon.ico" />
    </td>
  </tr>
  <tr>
    <td>
      ...
    </td>
  </tr>
</table>

CSS

tr { background: yellow }
tr + tr { background: lime; }