Jupyterlite build as a React App

I actually want to use jupyterlite in my react-app. I tried to install it using this: jupyter lite build --output-dir lite. Where files are in HTML , CSS, JS.

This works totally fine. But I am not able to embed that html file in my React app. So thinking if I can get the complete lite folder in the JSX format of React.