I have a react Project (i.e Project1), created using create react app, and would like to wrap one of my components into a web component. In addition, I have a simple vanilla JS project (i.e Project2) which uses iframes to render pages from Project1. I am trying to get rid of the iframe approach and wrap my pages/components from Project1 into web components/custom elements and use them in Project2. So far what I've tried is including the pre-build bundle from Project1 in Project2 but the new custom element did not render. Any other suggestions?