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&width&height=558&colorscheme=dark&show_faces=false&header=false&stream=true&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;
}