JSFiddle - React, Tailwind, and code Playground

by f1sherman

HTML

<div id="reach_local"></div>

CSS

#reach_local {height: 400px;}

JavaScript

(function(){
    
window._reach = window._reach || [];
window._reach.push({
    container: 'reach_local',
    domain: 'http://localhost:3001/',
    token: 'e36943296de19980852ac3be7844e873617af914',
    autogrow: false,
    iframeMaxHeight: '600px'
});

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