How to return react app in Strapi

We don’t directly support returning HTML (It’s possible, but it’s not really a “supported” way to use Strapi)

We expect that all interaction with Strapi is handled over REST or GraphQL in the form of JSON or form-data for file uploads. Strapi is headless meaning it’s not designed to return raw HTML (with the exception of the Admin panel).