React Installation
Snippet Example:
Inside of your react application look for the index.html file. You may have renamed this but the file should contain the head HTML tag. Inside of that paste in line 1 from the example above (Make sure to you use your custom code and not the example above). Make sure that the script is inside of the head tags.
Example