JSFiddle - React, Tailwind, and code Playground
by hfougere
HTML
<table width="100%">
<tr>
<td class="fourty">40<br/>test<br/></td>
<td class="sixty">60</td>
</tr>
</table>
CSS
.fourty {
width: 40%;
}
.sixty {
width: 60%;
vertical-align: top;
}