JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<table>
  <tr>
    
     <th colspan=2>Super</th>
  </tr>
  <tr>
    <th rowspan=2>Hello</th>
    <th rowspan=2>Beach</th>
    <th rowspan=2>Hello</th>
    <th rowspan=2>Beach</th>
    <th rowspan=2>Hello</th>
    <th>Beach</th>
    <th>Hello</th>
    <th rowspan=2>Beach</th>
  </tr>
</table>