JSFiddle - React, Tailwind, and code Playground
HTML
<table border=1>
<tr class="highlight">
<td>hello</td>
<td><a href="#">world</a></td>
</tr>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
</table>
CSS
.highlight td { text-decoration:line-through; }
.highlight td a { text-decoration:none; }