JSFiddle - React, Tailwind, and code Playground

HTML

<select size="5">
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
    <option>5</option>
</select>

CSS

select::-webkit-scrollbar {
    display:none;
}