JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.button.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/demos.css">
<table><thead><th>My Header<span class="ui-icon ui-icon-plusthick"/></th></thead>
<tbody>h</tbody>
</table>
JavaScript
$(document).ready(function () {
});