JSFiddle - React, Tailwind, and code Playground

by chiragvidani

HTML

<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">

<div id="master" style="width: 260px; margin: 15px;"></div>

JavaScript

$(function() {
// setup master volume
$( "#master" ).slider({
value: 80,
orientation: "horizontal",
range: "min",
animate: true
});