React Framework Website Mockup
In the folder my-app in the file index.html there is a site layout. You can place any HTML code in it - and you will see the result of this code in the browser.
In addition, the site layout has a special div with id equal to root, into which the main component is mounted. By mounting we mean that the result of our component's work will be displayed in this div.