JSFiddle - React, Tailwind, and code Playground
by Anthony1
HTML
<table border="1">
<tr>
<td>Col1 Very long text</td>
<td valign="bottom">Col2</td>
<td valign="bottom">Col3</td>
<td valign="bottom">Col4</td>
</tr>
</table>
CSS
td {
width: 25%;
}