JSFiddle - React, Tailwind, and code Playground

by extempl

HTML

<select name="" id=""><option value="ssdfdsf">sdfdsfsf</option></select>

CSS

select {
  background-color: #1e2233;
    border: 2px solid #434a73;
    color: #fff;
    -webkit-appearance: none;
    background-image:...