JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<table class='pp' >
  <tr class='pp'>
    <td class='pppagetitle'>A Table</td>
  </tr>
</table>
<table class='pp' >
  <tr class='pp'>
    <td class='ppinstance'>Another Table</td>
  </tr>
</table>

CSS

table.pp:first-of-type {
    color: #f90;
}