JSFiddle - React, Tailwind, and code Playground
by ajthomascouk
HTML
<table>
<tr>
<td>Alex</td>
<td id="last">100004444444444</td>
</tr>
</table>
CSS
table{width:300px; border:1px solid black;}
td:first-child{width:100%;}
td:last-child{width:1px;}