JSFiddle - React, Tailwind, and code Playground

by ajthomascouk

HTML

<input type="number" id="data" min="0" max="10" step=".5" value="0">GB

CSS

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}