JSFiddle - React, Tailwind, and code Playground
by kpturner
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css">
<div id="progressbar"></div>
<div id="progressbarwidth" />
CSS
div, label, button, input, textarea {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
JavaScript
$("#progressbar").progressbar({"value":50});
$("#progressbarwidth").text($(".ui-progressbar-value").attr("style"));