JSFiddle - React, Tailwind, and code Playground

by Ihor Gorobets

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<select class="form-control">
  <option>1</option>
  <option>2</option>
  <option>3</option>
</select>

CSS

.form-control {
    border-radius: 0;
    margin: 15px;
    width: 100px;
}