JSFiddle - React, Tailwind, and code Playground

by Shajeer Ahamed

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<table class="table table-bordered table-responsive">
    <thead></thead>
    <tfoot></tfoot>
    <tbody>
        <tr>
            <td rowspan="4">a</td>
            <td rowspan="2" colspan="2">aaa</td>
        </tr>
        <tr>
            <td>asas</td>
            <td>asas</td>
        </tr>
        <tr>
            <td>asas</td>
            <td>asas</td>
            
        </tr>
        <tr>
            <td>asas</td>
            <td>asas</td>
            
        </tr>
    </tbody>
</table>