JSFiddle - React, Tailwind, and code Playground
by chintansoni
HTML
<table id="student">
<tr>
<td>Role</td>
<td>Merin</td>
<td>Nakarmi</td>
</tr>
<tr>
<td>Role</td>
<td>Tchelen</td>
<td>Lilian</td>
</tr>
<tr>
<td>Role</td>
<td>Suraj</td>
<td>Shrestha</td>
</tr>
</table>
CSS
table#student tr td:first-child{background-color:red}