JSFiddle - React, Tailwind, and code Playground

by Sherbrow

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.min.css">
<legend>Contact Categories<div class="pull-right"><i class="icon-comment"></i></div></legend>
<legend>Contact Categories<div id="myBlock" class="inline-block"><i class="icon-comment"></i></div></legend>

CSS

legend [class*="icon-"] { vertical-align: baseline; }
.inline-block { display: inline-block; }

#myBlock { text-align: right; width: 30%; }

/* Demo */
body { padding: 40px; }
legend { background: hsl(240,50%,90%); }
div { background: hsl(40,50%,90%); }