This can be solved by adding a reverse proxy to your package.json in your react app:
"proxy": "http://localhost:8080"
This bypasses CORS issues because the request will be originating from http://localhost:8080.