JSFiddle - React, Tailwind, and code Playground
by Ishank Dubey
HTML
<iframe id ='myIframe' src="http://en.wikipedia.org/wiki/"></iframe>
JavaScript
$(function(jQuery){
var aURL = $('#myIframe').attr( "src");
$('#myIframe').attr( "src",aURL+''+"Isreal");
});