JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://demo.mobiscroll.com/Content/css/mobiscroll-2.0.full.min.css">
<script src="http://demo.mobiscroll.com/Content/js/mobiscroll-2.0.full.min.js"></script>
<input id="i"/>

JavaScript

$
(function(){
    $("#i").scroller({
    preset: 'time',
    theme: 'ios',
    display: 'inline',
    mode: 'scroller',
    showLabel: true,
    hourText: 'hours',
    minuteText: 'minutes',
    timeFormat: 'HH:ii',
    timeWheels: 'hhii',
        width: 80
    });
});