JSFiddle - React, Tailwind, and code Playground
by grant
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>spinner demo</title>
</head>
<body>
<link rel="stylesheet" href="">
<script src="//code.jquery.com/jquery-1.12.4.js"></script>
<script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<input id="spinner">
<input id="spinner2">
</body>
</html>
JavaScript
$( "#spinner" ).spinner();
$( "#spinner2" ).spinner();