JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" class="quantity" 
onkeydown='return (event.which >= 48 && event.which <= 57) || event.which == 8 || event.which == 46' required />