JSFiddle - React, Tailwind, and code Playground
by George Batt
HTML
<table id="table">
<tr>
<th><a href="main.html">edit</a><th>
<th><a href="main2.html">update</th>
<th>........</th>
</tr>
<tr>
blah blah
</tr>
</table>
CSS
table#table tr:first-child th:first-child a{
color: #888888;
font-weight: normal;
text-align: left;
}