JSFiddle - React, Tailwind, and code Playground
HTML
<table border="1" width="100%">
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
<tr>
<td>Col1</td>
<td>Col2</td>
</tr>
</table>
CSS
table tr td:first-child {
text-align: right;
color: red;
}