JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td><div>some text here to overflow more text here</div></td>
</tr>
</table>
CSS
td{
border: 1px solid red;
}
td div{
width: 20px;
}
<table>
<tr>
<td><div>some text here to overflow more text here</div></td>
</tr>
</table>
td{
border: 1px solid red;
}
td div{
width: 20px;
}