JSFiddle - React, Tailwind, and code Playground

by Nick Hulea

HTML

<body>
      <form oninput="amount.value=rangeInput.value">
    <input type="range" id="rangeInput" name="rangeInput" min="0" max="100">                                                       

        <output name="amount" for="rangeInput">0</output>
        </form>
  </body>