When I created a React app and ran for the first time, the app view occupies only some part of the screen.
The section looks half filled This is the size of the html tag
This is the code of index.js and App.js:
I tried defining the App.css file and used html selector. Then I set the width and height to 100% although it looked like a temporary solution.