JSFiddle - React, Tailwind, and code Playground

by Shashank D

HTML

<table border><td width=200>
    Simple test
</table>
And then something more difficult:
<table border><td width=200>
    Extrahypersupercalifragilisticexpialidociousness
</table>

CSS

table { table-layout: fixed; }