JSFiddle - React, Tailwind, and code Playground

by rafaelrozon

HTML

<script src="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.js"></script>
<link rel="stylesheet" href="https://cdn.datatables.net/t/dt/dt-1.10.11/datatables.min.css">
<div id="table-container">
<table id="devices" class="datatables-container actionable-table">
			<thead>
			<tr>
				<th>location</th>
				<th>mac</th>
				<th>serial</th>
				<th>model</th>
				<th>type</th>
			</tr>
			</thead>
			<tbody></tbody>
  </table> 
</div>