Hey there, amazing individuals of the Stack Overflow community!
I'm trying to figure out the best way to implement a full-screen background image on my website. Should I place the image in 1) the index.html file (outside any React components), 2) inside the main App component (the highest parent component), or 3) one level deeper within a component inside the main App component?
If that's confusing, please feel free to ask for clarification. I've scoured the web, but solid answers seem to be eluding me.
I have also included an image to give you a general idea of what I'm aiming to achieve.
Thank you so much, in advance!
*The structure of files I am working with was generated using create-react-app. While I may not necessarily need React for the site pictured below, it's all about honing those skills.