JSFiddle - React, Tailwind, and code Playground

by agib

HTML

<p><output name=o1>00:00</output> – <output name=o2>24:00</output></p>
  <input type="range" multiple min="0" max="24" value="0,24" step="1.0" oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'">