JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ui.selectmenu.js"></script>
<link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ui.selectmenu.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-darkness/jquery-ui.css">
<label for="SearchState"></label>
<select style="width:160px;" name="SearchState" id="SearchState">
    <option>CT</option>
    <option>MA</option>
    <option>NH</option>
</select>

JavaScript

$('select#SearchState').selectmenu({style:'dropdown'});