JSFiddle - React, Tailwind, and code Playground

by f1sherman

HTML

<div id="reach_staging"></div>

CSS

#reach_staging {height: 400px;}

JavaScript

(function(){
    
window._reach = window._reach || [];
window._reach.push({
    container: 'reach_staging',
    domain: 'https://brianjohn-com.staging.socialcast.com/',
    token: 'cd7f7c466b16786295781e72b1a0d1fb296e07d5',
    autogrow: false,
    iframeMaxHeight: '600px'
});

var e=document.createElement('script'); e.type='text/javascript'; e.async = true;
e.src= document.location.protocol + '//brianjohn-com.staging.socialcast.com/services/reach/extension.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s);
    
})();