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&amp;href=http%3A%2F%2Fpromatik.no.sapo.pt%2F&amp;send=false&amp;layout=button_count&amp;width=200&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=trebuchet+ms&amp;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);
}