JSFiddle - React, Tailwind, and code Playground

by David Kyle

HTML

<table border="1">
<colgroup span="3"></colgroup>
<colgroup span="1"></colgroup>
<colgroup span="36"></colgroup>
<col>
<thead>
  <tr>
    <th scope="colgroup" rowspan="3"></th>
    <th scope="colgroup" rowspan="3">Data</th>
    <th scope="col" rowspan="1">Group 1</th>
    <th scope="col" rowspan="1">Group 2</th>
  </tr>
  <tr>
    <th>Day 1</th>
    <th>Day 2</th>
  </tr>
</thead>
</table>