JSFiddle - React, Tailwind, and code Playground
by dshilkret
HTML
<iframe id="MyFrame" class="doc" src="https://dtecho365.sharepoint.com/:x:/r/sites/ServiceNowDev1/_layouts/15/Doc.aspx?sourcedoc=%7B70893b8f-ea17-4227-a415-c817a99aed40%7D&action=embedview" csp="sandbox">
</iframe>
CSS
.doc {
width: 100%;
height: 500px;
}
JavaScript
var iFrameVal = document.getElementById('MyFrame').src;
console.log(iFrameVal);