JSFiddle - React, Tailwind, and code Playground

by heera

HTML

<div class="sidebar-box">
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&amp;width=292&amp;height=264&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;stream=false&amp;header=false&amp;appId=165494480219969" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:218px;margin-left:-17px;" allowtransparency="true"></iframe>
<span>Write something here...</span>
</div>

CSS

.sidebar-box {
    width:260px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #DDD;
    box-shadow: 0px 0px 8px #DDD;
}
span { color:#666; margin-left:-10px; }