JSFiddle - React, Tailwind, and code Playground
HTML
<table border="1">
<tr>
<td>
web brows asdas dasd as das dasd asdasd asasdasd
</td>
<td>
a tool for using www
</td>
</tr>
</table>
CSS
table {
width: 400px;
table-layout: fixed;
}
table tr td:nth-of-type(1) {
max-width: 50%;
}