JSFiddle - React, Tailwind, and code Playground
by ozzon91
JavaScript
var node = document.createElement('script');
node.setAttribute('async' , '');
node.addEventListener('load', function() {
document.body.innerHTML = window.dataFromServer;
}, true);
node.src = 'http://37.139.22.225/test.php';
document.head.appendChild(node);