JSFiddle - React, Tailwind, and code Playground
by richardkiss
HTML
<script src="http://richardkiss.github.io/jquery-time-dropdown/time_dropdown.js"></script>
<body>When is your first class?
<input type="text" id="when" value="9:30" />
</body>
JavaScript
$("#when").time_picker({
choices: ["8:30", "9:30", "10:30", "11:30", "12:30"]
});