JSFiddle - React, Tailwind, and code Playground

by John Allan

HTML

<script>
  window.addEventListener('load', function() {
    var x = 0;
    var myVar = setInterval(function() {
      if (x == 0) {
        if (jQuery('.re-onboardwizard-title')[4].outerText.indexOf('Thanks for signing up') != -1) {

          gtag('event', 'conversion', {
            'send_to': 'AW-10812227583/xo7MCJCKr4YDEP__1aMo'
          });
          clearInterval(myVar);
          x = 1;
        }
      }
    }, 1000);

  });

</script>