JSFiddle - React, Tailwind, and code Playground

HTML

<table border="1">
<tr>
<td>The first cell</td>
<td><div>http://www.example.com/somereallylongurlwithnospaces</div></td>
<td>The third cell</td>
</tr>
</table>

CSS

table tr td div {
   width:100px;
   word-wrap:break-word;
}