JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="mine" src="http://stackoverflow.com/" width='100' height='100'></iframe>
JavaScript
var url = document.getElementById("mine").src;
alert(url);
<iframe id="mine" src="http://stackoverflow.com/" width='100' height='100'></iframe>
var url = document.getElementById("mine").src;
alert(url);