I am trying to determine if its possible to create a react widget that can be embedded into the html of different apps that don’t have react installed. I have attempted different methods and am not having much luck. I tried building the react widget and hosting it in an IFrame. I also tried using a react-to-web-component package. Everything seems to throw similar errors that React or createRoot is undefined.