JSFiddle - React, Tailwind, and code Playground
by bluey
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/ui-darkness/jquery-ui.css">
<div id="progressbar"></div>
JavaScript
$(function() {
$( "#progressbar" ).progressbar({
value: 0
});
});