JSFiddle - React, Tailwind, and code Playground

by farina

HTML

<h1>
  LiveChat, Inc. __lc.params vars
</h1>

JavaScript

window.__lc = window.__lc || {};
 window.__lc.license = 7188861;

(function() {
 	var lc = document.createElement('script');
	lc.type = 'text/javascript';
	lc.async = true;
	lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(lc, s);
})();

window.__lc.params = [
  { name: 'Login', value: 'joe_public' },
  { name: 'Account ID', value: 'ABCD1234' },
  { name: 'Total order value', value: '$123' }
];