JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<input autocomplete="on" type="number" value="10" step="1">
CSS
input[type=number]::-webkit-* {
color: red !important;
border: 1px solid red !important;
opacity: 1 !important;
}