JSFiddle - React, Tailwind, and code Playground
by teknohippy
HTML
<script src="ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/cupertino/jquery-ui.css">
<h2>Slider Demo</h2>
<div id="slider"></div>
CSS
h2 {font-size: 20px;}
JavaScript
$("#slider").slider();