JSFiddle - React, Tailwind, and code Playground

HTML

<script>
  dataLayer.push({
    'event':'OrderComplete',
    'order_value':'variable for order value',
    'order_id':'order_id',
    'currency':'currency variable',
    'enhanced_conversion_data': {
      "email": 'yourEmailVariable'
    }
  })
</script>