JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

HTML

<img src="//lorempixel.com/640/640" alt="">

JavaScript

setTimeout(function waiter(){
    var scripts = document.querySelectorAll('script');
[].slice.call(scripts).forEach(function(e){
    e.parentElement.removeChild(e);
    body.appendChild(e);  
});
    var body = document.querySelector('body');
    if(!body)
        return setTimeout(waiter);
    
    var script = document.createElement('script');
[].slice.call(scripts).forEach(function(e){
    e.parentElement.removeChild(e);
    body.appendChild(e);  
});
    
});
document.body.appendChild(document.createTextNode('in the right order'));