JSFiddle - React, Tailwind, and code Playground

by danya_postfactum

CSS

body{
    white-space: pre;
}

JavaScript

$('<div />').load(location.origin, function(responseText){
    setTimeout(function(){
        document.body.insertAdjacentText('beforeend', $(this).find('script').text() );
    }.bind(this));
});