Node React connection

Is there a way to connect react and node? I found out how to connect express with node but I can’t find how it works with react. Every video in the internet shows different ways but they don’t work, can someone help please?

I tried many methods trying to connect them but none work, also if they connect how can i pass values for example from an input type=”text” in react to a function that works in node