JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<select class="table-select">
<option disabled >Description | Type </option>
<option disabled >----------------------------</option>
<option >Car Terrestrial</option>
<option >Airplane Air</option>
<option >Ship Water</option>
</select>
CSS
select.table-select,
select.table-select option {
font-family: Consolas,'Lucida Console','DejaVu Sans Mono', monospace;
}