JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="https://crypter.co.uk/iframe.php">
</iframe>
<br>SESSION FROM AJAX:
<div id="AJAX"></div>
JavaScript
window.setInterval(function(){
$.get( "https://crypter.co.uk/iframe.php?want", function( data ) {
$( "#AJAX" ).html( data );
});
},1000);