JSFiddle - React, Tailwind, and code Playground

by kman007_us

HTML

<table>
  <thead>
    <tr>
      <th colspan=3>FOOBAR
        <div title="FOOBAR wh"></div>
      </th>
    </tr>
    <tr>
      <th>111
        <div title="1 wh"></div>
      </th>
            <th>111
        <div title="1 wh"></div>
      </th>
            <th>111
        <div title="1 wh"></div>
      </th>
    </tr>
    <tr>
      <th>222
        <div title="2 wh"></div>
      </th>
    </tr>    
  </thead>
</table>