JSFiddle - React, Tailwind, and code Playground

by palaceslittle

HTML

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdn.datatables.net/v/bs/jszip-2.5.0/dt-1.10.16/af-2.2.2/b-1.5.1/b-colvis-1.5.1/b-flash-1.5.1/b-html5-1.5.1/b-print-1.5.1/fc-3.2.4/fh-3.1.3/r-2.2.1/sc-1.4.3/datatables.min.js"></script>
  <table id="IPCTABLE" cellspacing="0" width="100%" class="table table-bordered table-responsive display compact no-wrap" >

                <thead id="IPCHeader">

                    <th rowspan="2" style="color: white; clear: both; table-layout: fixed; width: 16%; text-align: center; vertical-align: middle; background-color: #0094ff;">Locación</th>




                    <tr id="dispprodrow">
                        <th>Reserved</th>
                        <th>Reserved</th>
                        <th>Reserved</th>
                        <th>Reserved</th>
                    </tr>
                </thead>

                    <tbody>
               
           
                    </tbody>
            </table>