JSFiddle - React, Tailwind, and code Playground
HTML
<div class='wrapper'>
<table>
<tbody>
<tr>
<td>
This is a td. It can be long.
This is a sentence.
</td>
<td>
This is a td. It can be long.
This is a sentence.
</td>
<td>
This is a td. It can be long.
This is a sentence.
</td>
<td>
This is a td. It can be long.
This is a sentence.
</td>
</tr>
</tbody>
</table>
</div>
CSS
.wrapper {
min-width: 1200px;
}