JSFiddle - React, Tailwind, and code Playground

by Nicolas Lips

HTML

<link rel="stylesheet" href="https://cdn.datatables.net/1.10.8/css/jquery.dataTables.min.css">
<script src="https://cdn.datatables.net/1.10.8/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.0.1/css/dataTables.buttons.min.css">
<script src="https://cdn.datatables.net/buttons/1.0.1/js/dataTables.buttons.min.js"></script>
<table>
    <thead>
        <tr>
            <th>Columns with break lines</th>
        </tr>
    </thead>
</table>