JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.no-icons.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css">
<p><a href="#"><i class="icon-camera-retro"></i> Works with a link</a></p>
<p>
<select>
    <option><i class="icon-camera-retro"></i> Doesn't work in option!</option>
</select>
</p>