Using react-select with multiple inputs

I have multiple react-select inputs, each have their own separate options array. The issue i’m having is I’m now sure how to properly store the output of each select input.

I want to use this select output to POST to my backend but i’m unsure how to do it all with a single handler function.

This is what I have so far, i have 2 paragraphs to just output the appropriate result from the select fields but i can’t seem to get it working.

This is the codesandbox i have:

https://codesandbox.io/s/busy-yonath-rlj9e?file=/src/App.js