JSFiddle - React, Tailwind, and code Playground

HTML

<select class="select" id="select" size="5">
    <option value=""></option>
</select>

CSS

.select {
    width: 200px;
}
select option[value=""], select option[value="?"] {
    display: none;
}