JSFiddle - React, Tailwind, and code Playground

by Dwza

HTML

<div class="container">
    <select id="foobar">
        <option>1</option>
        <option>2</option>
        <option>3</option>
    </select>
</div>

CSS

.container{
  background: red;
  height: 200px;
  line-height: 200px;
  text-align: center;
}