JSFiddle - React, Tailwind, and code Playground

by hlmurray91

HTML

<input type="text" pattern="[0-9]*" placeholder="text input">
<input type="number" pattern="[0-9]*" placeholder="number input">
<input type="tel" pattern="[0-9]*" placeholder="tel input">