'Customize Select tag on hover

Quick question. Is there any possible way to customize a select tag?enter image description here

<select className="get-company" name="" id="">
   <option value="" disabled selected>Elige la empresa</option>
   <option value="">Company One</option>
   <option value="">Company Two</option>
</select>

For example, I would like to eliminate the arrow and instead make the options appear on hover.

enter image description here

I would also like to change the way the option box looks right now, but I am not sure how can I select any of those 2 things. I would really appreciate any help you guys can give me.

Thanks a lot in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source