Styling a select tag can be difficult.
Here are some styles that make it okay looking without having to resort to
turning it into a ul
and using js
to handle interaction.
<span class="custom-dropdown">
<select class="custom-dropdown__select">
<option value="option1">Option 1</value>
<option value="option2">Option 2</value>