JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option selected>meow</option>
    <option>foo</option>
     <option>foo</option>
      <option>foo</option>
       <option>foo</option>
</select>

CSS

select {
    -webkit-appearance: none;
    border: none;
    pointer-events: none;
}