JSFiddle - React, Tailwind, and code Playground

by sjmcpherson

HTML

<iframe id="vegaForm" width="500" style="width: 100%; min-width: 280px; height: 380px;" src='https://connect.vega.works'   scrolling="false" frameborder="0"></iframe>

JavaScript

window.onload = loadIframe();function loadIframe(){var loc = "https://connect.vega.works/Content/csharp/registration.aspx?rfD3x0k=594D69B6-36C0-430B-AD2C-DA19DA83778B&amp;xlnse5=59s";document.getElementById('vegaForm').setAttribute('src', loc);}