JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<input type="range" min="0" max="100" step="10" value="40" onchange="document.getElementById('ticks').innerHTML = this.value;" />
<em id="ticks">40</em>