JSFiddle - React, Tailwind, and code Playground

by Sedbol

HTML

<iframe id="frame" src="http://site.ru"></iframe>
<input type="button" value="Клик" onclick="set()">

JavaScript

function set() {
     document.getElementById('frame').src = 'http://ваша ссылка.ru'
 }