JSFiddle - React, Tailwind, and code Playground

by Ashish Kasama

HTML

<!-- Event snippet for Sales conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': 'AW-960805040/3UvLCKzSwnQQsPGSygM',
      'value': {{ total_price | money_without_currency | remove: "," }},
      'currency': '',
      'transaction_id': '{{ order.order_number }}'
  });
</script>