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&width=292&height=264&colorscheme=light&show_faces=true&border_color=white&stream=false&header=false&appId=165494480219969" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;margin-left:-17px;" allowtransparency="true"></iframe>
</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;
}