JSFiddle - React, Tailwind, and code Playground
HTML
<iframe width="100%">
CSS
iframe {
border: 2px solid black;
}
JavaScript
$(document).ready(function() {
$('iframe').removeAttr('width');
});
<iframe width="100%">
iframe {
border: 2px solid black;
}
$(document).ready(function() {
$('iframe').removeAttr('width');
});