JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<input type="number">

SCSS

input[type=number] {
  -moz-appearance: textfield;
  padding-right: 10px;
}