You have to first send Json data from react to node . Here is the link for sending data to node. https://stackoverflow.com/questions/29775797/fetch-post-json-data
After that, in node Post method just console the request.body. U will get all the data.
https://stackoverflow.com/questions/4295782/how-do-you-extract-post-data-in-node-js