JSFiddle - React, Tailwind, and code Playground

by sonali_moholkar

HTML

<table class="data" id="celebs">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Occupation</th>
<th>Approx. Location</th>
<th>Price</th>
</tr>
</thead>

JavaScript

$(function() {
alert('Ready to do your bidding!');
});