JSFiddle - React, Tailwind, and code Playground

by Arnold Daniels

HTML

<table>
    <thead>
        <th>Test</th>
        <th>COL 2</th>
        <th>FOO</th>        
    </thead>
    <tbody>
        <tr>
            <td>c1</td>
            <td>c2</td>
            <td>c3</td>
        </tr>
        <tr>
            <td>d1</td>
            <td>d2 & d4</td>
            <td>d3 &hellip; d6</td>
        </tr>
    </tbody>
</table>