JSFiddle - React, Tailwind, and code Playground

by evan

HTML

<table style="border: 1px solid black">
<tr>
  <td style="width: 800px; border: 1px solid black">
    this table is too wide!
  </td>
  <td style="width: 800px; border: 1px solid black">
    this table is too wide!
  </td>
  <td style="width: 800px; border: 1px solid black">
    this table is too wide!
  </td>
</tr>
</table>