JSFiddle - React, Tailwind, and code Playground

by joplomacedo

HTML

<label>
  <select name="" id="">
    <option value="">Select a type</option>
  </select>
  
  <div class="fakeSelect">
    Fake select
  </div>
</label>

CSS

label {
  
}

select {
  
}

.fakeSelect {
  
}