JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<select name="fwxef" id="">
<option>fwee</option>
<option>c</option>
<option>123</option>
<option>bv</option>
<option>ity</option>
</select>
CSS
.ul li {
list-style-type: square;
}
select {
padding: 10px;
appearance: none;
-webkit-appearance: none;
}
option {
background: #5DC4EB;
appearance: none;
-webkit-appearance: none;
}
select:focus opction:hover {
background: red;
}
option:hover {
background: red;
}