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