JSFiddle - React, Tailwind, and code Playground

by Ravindra Athreya

HTML

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