JSFiddle - React, Tailwind, and code Playground

by sfoster

HTML

<form>
    <section>
      <label for="page-range">Page range</label>
      <input id="page-range">>
      <span class="hint">Only vowels</span>
    </section>
    <button type="submit" id="submit-btn">Submit</button>
  </form>