JSFiddle - React, Tailwind, and code Playground

by Sanjay Ingole

HTML

<iframe src="https://quickestimate-ct.clienttest.cccis-eu.com?assignmentNumber=2019-1111-234014&lastName=Oliver&companyCode=BRFN&cccTransactionId=DMH1LuquOodg1yKrBuJutk5NaN0EZIt9UZPEEvmXSXCWrnjJFQrJ6glqd30TrAPC" width="640" height="480" allow="camera *; geolocation *">

JavaScript

window.addEventListener('message', function(event) {
    alert("Message Received!");
    console.log(event)
});