JSFiddle - React, Tailwind, and code Playground
HTML
<script src="facebook"></script>
<div id="fblike">
<iframe align="left" src="http://www.facebook.com/plugins/like.php?app_id=130658207032883&href=http%3A%2F%2Fpromatik.no.sapo.pt%2F&send=false&layout=button_count&width=200&show_faces=false&action=like&colorscheme=light&font=trebuchet+ms&height=60" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:60px;"> </iframe>
</div>
CSS
#fblike {
margin-left: 100px;
width:200px;
transform: scale(2);
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
}