JSFiddle - React, Tailwind, and code Playground

by Jools Chadwick

HTML

<style>
  select, select::picker(select){
  appearance:base-select;
  height: 20px;
  width: 30px;
  overflow: hidden;
}
</style>
<select ><option>Peek-a-fucking-boo</option></select>