JSFiddle - React, Tailwind, and code Playground

by JCapriotti

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css">
<p>jQuery UI 1.8.13 as a resource</p>

<p>
    <a href="http://www.google.com">Anchor Button</a>
</p>

JavaScript

$('a').button();
$('a').button('disable');