Embedding Multiple Dashboards in Web-app

Hi,
I have a web application which is built using react.I need to embed dash charts in this web application and I have different kind of reports(For example say 20).Each report have a separate dashboard.Can I able to create different kind of dashboards and embed in my web application?


You may check out this example by Plotly. There are tabs in the app and it shows different report/dashboard when clicking on different tabs.