JSFiddle - React, Tailwind, and code Playground
by rahulr
HTML
<input type="range" id="ageInputId" value="24" min="1" max="100" oninput="ageOutputId.value = ageInputId.value">
<output id="ageOutputId">24</output>
by rahulr
<input type="range" id="ageInputId" value="24" min="1" max="100" oninput="ageOutputId.value = ageInputId.value">
<output id="ageOutputId">24</output>