HTML Selects Are Actually Styleable Now
The <select> element has historically been one of the most difficult HTML elements to style. For the longest time, OS defaults made elements nearly impossible to style, forcing developers to build custom dropdowns or rely on libraries. I’m sure most of you have tried appearance: none and the usual hacks to make it look right….