JSFiddle - React, Tailwind, and code Playground

by Alex Myronov

HTML

<table>
  <tr>
    <h2>here</h2>
    <td>col 1</td>
        <td>col 2</td>
            <td>col 3</td>
  </tr>
  <tr>
    <h2>here</h2>
    <td>col 1</td>
        <td>col 2</td>
            <td>col 3</td>
  </tr>
  <tr>
    <h2>here</h2>
    <td>col 1</td>
        <td>col 2</td>
            <td>col 3</td>
  </tr>
</table>