JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/jquery-ui-git.css">
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
<table>
<tbody>
<tr>
<td>
button
</td>
</tr>
</tbody>
</table>
JavaScript
$("td").button();
$("td").hide();
$("td").effect("highlight");