JSFiddle - React, Tailwind, and code Playground

by Ryan Brackett

HTML

<select>
<option>November</option>
</select>
<select>
<option>2018</option>
</select>
<select>
<option>Select a range</option>
<option>Last 30 Days</option>
<option>Last Week</option>
<option>Previous Month</option>
</select>