JSFiddle - React, Tailwind, and code Playground

by kiokotzu

HTML

<div>
   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fmillonariosfcoficial&amp;width&amp;height=558&amp;colorscheme=dark&amp;show_faces=false&amp;header=false&amp;stream=true&amp;show_border=false" style="border:none; width:100%; overflow:hidden; height:250px;"></iframe>

CSS

body{
    background:blue;
}div{
    background:#fff;
    overflow:hidden;
}
div iframe{
    margin-top:-70px;
}