JSFiddle - React, Tailwind, and code Playground
by kyleshen
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<input type="button" value="test" id="test" />
JavaScript
$("#test").button({
icons: {
primary: "ui-icon-locked"
},
text: false
})