JSFiddle - React, Tailwind, and code Playground

HTML

<div id="1"></div><br/>
<div id="2"></div>

JavaScript

var fullURL = '<iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fi.imgur.com%2F…key=2aa3c4d5f3de4f5b9120b660ad850dc9&amp;type=video%2Fmp4&amp;schema=imgur" width="406" height="720" scrolling="no" frameborder="0" allowfullscreen&gt;&lt;/iframe>';

document.getElementById('1').textContent = fullURL;

var moddedURL = fullURL.replace(/width=".*?"/, 'width="100"');
document.getElementById('2').textContent = moddedURL;