JSFiddle - React, Tailwind, and code Playground

HTML

<iframe width="100%">

CSS

iframe {
    border: 2px solid black;
}

JavaScript

$(document).ready(function() {
   $('iframe').removeAttr('width');
});