JSFiddle - React, Tailwind, and code Playground

by jt3k

HTML

<div class="demo">

<div id="progressbar"></div>

</div><!-- End demo -->



<div style="display: none;" class="demo-description">
<p>Default determinate progress bar.</p>
</div><!-- End demo-description -->

JavaScript

$( "#progressbar" ).progressbar({
            value: 37;
            color: red;
        });