JSFiddle - React, Tailwind, and code Playground

by seevis

HTML

<center>
  <tr>
    <td>1</td>
  </tr>
  <br>
  <tr>
    <td>1</td>
  </tr>
  <table>
    <tr>
      <td>2</td>
      <td>3</td>
      <td>4</td>
    </tr>
  </table>
</center>