JSFiddle - React, Tailwind, and code Playground

by Edward

HTML

<script type=text/javascript>
window.zESettings = {
        webWidget: {
          chat: { suppress: true },
          helpCenter: { suppress: true },
          talk: { suppress: true },
          answerBot: { suppress: true },
          contactForm: {
            suppress: false,
            title: { '*': 'Contact Hubstaff Support' }
          },
          launcher: {
            label: { '*': ' ' },
            //mobile: {
             //labelVisible: false
            //}
          },
          //position: { horizontal: 'right', vertical: 'bottom' },
          color: {
            theme: '#2095FE',
            launcher: '#2095FE',
            launcherText: '#FFFFFF',
            header: '#2095FE',
            button: '#2095FE',
          },
        }
      };
</script>
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=e4148037-6ed8-4c7b-b751-2ce019b208af"></script>
<script type="text/javascript">
zE( function () {
var userName = 'Edward Rudd';
var userEmail = '[email protected]'
zE.identify({name: userName, email: userEmail});
}); 
</script>