JSFiddle - React, Tailwind, and code Playground

by m v

HTML

<table style="table-layout: fixed; width: 100%">
    <tr>
        <td style="word-wrap: break-word">
            asfd
        </td>
        <td style="word-wrap: break-word; width: 70%">
            LongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongLongWord
        </td>
    </tr>
</table>

CSS

td {
    border: solid 1px red;
}