Is there a way to remove the default increment/decrement arrows that come with an input of type number using Tailwind CSS? I've searched for a solution but haven't found one yet.
input type="number" placeholder="Phone number" className="border p-4 outline-none"