JSFiddle - React, Tailwind, and code Playground

by Luckypouet

HTML

<form action>

        <input type="search" />



        <input type="submit" value="kettle" />

  </form>

CSS

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}