I have built a simple website with HTML/CSS.
Some words are highlighted and upon clicking them, something should pop-up (a list of 2 things you can do: upload file or type the text).
How do I go about using ReactJS for this? I watched some tutorials and they seem to make new files with create-react-app name. Should I just copy-paste this code into App.js file?