i have an input type number, and i want to remove the arrow by default, how can i do that with tailwindCSS, i look for it and found nothing to solve the problem.
input type="number" placeholder="Numéro de téléphone" className="border p-4 outline-none"