How to add PlayCanvas game as react component

Hello @basavaraj and welcome,

You can easily include a Playcanvas game inside your React app by using an iFrame:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

Here is a helpful post with example code for the iframe solution: