JSFiddle - React, Tailwind, and code Playground
by karin
HTML
<table>
<tr><td>se</td><td>se</td><td>se</td></tr>
<tr><td>se</td><td>se</td><td>se</td></tr>
<tr><td>se</td><td>se</td><td>se</td></tr>
</table>
CSS
table tr:nth-child(2){
background:yellow;
}