JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://fortawesome.github.com/Font-Awesome/assets/css/font-awesome.css">
<div class='test'>
    <i class="fa fa-flag"></i>&nbsp;Abcdef ghijklmnopqrstuvwxyz
</div>

CSS

.test {
    width: 20px;
}