JSFiddle - React, Tailwind, and code Playground

by deanparkr

HTML

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<table class="table">
	<thead>
		<tr>
			<th>First Name</th>
			<th>Last Name</th>
			<th>Car</th>
		</tr>
	</theaD>
	<tbody>
		<tr>
			<td>Matt</td>
			<td>Grundy</td>
			<td>Nissan 350z</td>
		</tr>
	</tbody>
</table>