JSFiddle - React, Tailwind, and code Playground
CSS
body{
white-space: pre;
}
JavaScript
$('<div />').load(location.origin, function(responseText){
setTimeout(function(){
document.body.insertAdjacentText('beforeend', $(this).find('script').text() );
}.bind(this));
});