JSFiddle - React, Tailwind, and code Playground

HTML

<table border="1" style="width: 100%;">
    <tr>
        <td style="width: 0%; white-space: nowrap;">Less content here.</td>
        <td style="width: 100%; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:1px;">This cell has more content.This cell has more content.This cell has more content.This cell has more content.This cell has more content.This cell has more content.</td>
        <td style="width: 0%; white-space: nowrap;">Less content here.</td>
    </tr>
</table>