JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.css">
<table id="listTickets" class="table-dark table table-bordered table-striped table-hover">
   <thead class="thead-dark">
    <tr>
    <th colspan="7"><center>Report Detail</center></th>
    <th colspan="10"><center>Issue Detail</center></th>
    <th colspan="4"><center>Admin Detail</center></th>
    </tr>
   </thead> 
   <tbody>   
   <tr>
   <td>Val 1</td>
      <td>Val 1</td>
         <td>Val 1</td>
         </tr>
         </tbody>
         </table>