JSFiddle - React, Tailwind, and code Playground
HTML
<table border=1>
<tr>
<td>foooooooooooo</td>
<td class="grow">bar</td>
</tr>
</table>
CSS
table { width: 200px; }
.grow { width: 50%; }
<table border=1>
<tr>
<td>foooooooooooo</td>
<td class="grow">bar</td>
</tr>
</table>
table { width: 200px; }
.grow { width: 50%; }