JSFiddle - React, Tailwind, and code Playground

HTML

<script>
  window.intergramId = "Your unique chat id";
  window.intergramCustomizations = {
    titleClosed: 'Closed chat title',
    titleOpen: 'Opened chat title',
    introMessage: 'First message when the user opens the chat for the first time',
    autoResponse: 'A message that is sent immediately after the user sends its first message',
    autoNoResponse: 'A message that is sent one minute after the user sends its first message and no response was received',

    // Can be any css supported color 'red', 'rgb(255,87,34)', etc
    mainColor: "#E91E63",
    alwaysUseFloatingButton: false // use the mobile floating button also on large screens
  };

</script>
<script id="intergram" type="text/javascript" src="https://www.intergram.xyz/js/widget.js"></script>