JSFiddle - React, Tailwind, and code Playground
JavaScript
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-1014980988/u9YpCO-6qqcDEPzC_eMD',
'transaction_id': '',
'event_callback': callback
});
return false;
}