JSFiddle - React, Tailwind, and code Playground

by yijiang

HTML

<input type="number" id="number" />

CSS

#number {
    -webkit-appearance: textfield;
}