JSFiddle - React, Tailwind, and code Playground

HTML

THIS WIDTH IS BAD
<div class="sttip">
<iframe src="http://www.slideshare.net/slideshow/embed_code/24800109" width="420" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" class="noFB"> </iframe>
</div>

<DIV>
THIS SHOULD BE THE WIDTH
</DIV>
<iframe src="http://www.slideshare.net/slideshow/embed_code/24800109" width="420" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" class="noFB"> </iframe>

CSS

div.sttip iframe{
    width: 100%;
    height: auto;
}