JSFiddle - React, Tailwind, and code Playground

HTML

<form action="#" method="post">
  Numbers: <input type="number" name="num" pattern="[0-9]" title="Numbers only">
  <input type="submit">
</form>