JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<table>
  <thead>
    <tr>
        <th>1</th>
        <th>1</th>
    </tr>
  </thead>
</table>

<table>
  <thead>
    <tr>
        <th>1</th>
        <th>1</th>
        <th>1</th>
    </tr>
  </thead>
</table>

CSS

th:nth-last-child(2):first-child, th:nth-last-child(2):first-child ~ th {color:red}