JSFiddle - React, Tailwind, and code Playground

by michaelburtonray

HTML

<form>
  <input type="number" name="quantity" min="0" max="9">
  <input type="submit">
</form>