JSFiddle - React, Tailwind, and code Playground

HTML

<table><tr>
   <td>First Cell</td>
   <td>Second Cell</td>
</tr></table>

CSS

table {width:100%; border:1px outset gray; border-spacing:2px; border-collapse:separate}
td {border:1px inset gray; padding:2px}
td:first-child {width:1px; white-space:nowrap;}