JSFiddle - React, Tailwind, and code Playground

by wiltomap

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<form class="form-inline">
  <div class="form-group">
    <label for="example">Year</label>
    <select class="form-control" id="example">
      <option>2016</option>
      <option>2015</option>
    </select>
  </div>
</form>