JSFiddle - React, Tailwind, and code Playground
by JCapriotti
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js"></script>
<p>jQuery UI 1.8.2 as a resource</p>
<p>
<a href="http://www.google.com">Anchor Button</a>
</p>
JavaScript
$('a').button();
$('a').button('disable');