JSFiddle - React, Tailwind, and code Playground
HTML
<select id='selMulti' size='4'>
<option value='1'>Option One</option>
<option value='2'>Option Two</option>
</select>
CSS
*{background-color:#454545;}
#selMulti{display:block;background-color:transparent;width:100%;color:white;padding:5px;}
select::-webkit-scrollbar{width:1px;background-color:transparent}