JSFiddle - React, Tailwind, and code Playground

by KomathiKarunakaran

HTML

<table>
  <tr>
    <td>150px</td>
    <td>equal</td>
  </tr>
</table>

CSS

table {
  table-layout: fixed;
  width: 100%;
}
td+td {
  width: auto;
}