JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<table>
  <tr>
    <td>Col1</td><td>Col1</td>
    </tr>
    <tr>
    <td>Col1</td><td>Col1</td>
  </tr>
</table>

CSS

td:nth-child(1) { color: red; }
td:nth-child(2) { color: green; }