JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57'></input>
<div>
Using HTML 5
</div>
<input type="number">