JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <td>Pneumonoultramicroscopicsilicovolcanoconiosis</td>
  </table>

CSS

table {
            width:200px; 
            word-wrap:break-word;
            table-layout: fixed;
          }