JSFiddle - React, Tailwind, and code Playground

HTML

<table border=1>
   <tr>
      <td class="myclass">foo</td>
      <td class="myclasss">bar</td>
   </tr>
</table>

CSS

.myclass {width:auto;} 
.myclasss {max-width:500px;}