JSFiddle - React, Tailwind, and code Playground

HTML

<form method="post" action="/echo/html">
    <input name="val" type="number" min="1" max="10" />
    <input type="submit" />
</form>