JSFiddle - React, Tailwind, and code Playground

HTML

<p id="title">hello world</p>

<div id="fb">
    <iframe id="fb-like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:380px; height:30px;" allowTransparency="true"></iframe>
</div>

<div class="clear"></div>
<div>foobar</div>

CSS

#title { margin: 30px 0 }

#fb-like { float: right }

.clear { clear: both }