JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="frame" src="http://www.cnn.com" style="width: 100px"></iframe>
JavaScript
alert(document.getElementById("frame").src);
<iframe id="frame" src="http://www.cnn.com" style="width: 100px"></iframe>
alert(document.getElementById("frame").src);