Yes
build the backend as a REST service and write a react frontend to consume the rest API.
This is controversial, if the back end is going to be reused by multiple frontends, then it might be okay to have it in a separate repo, but if the backend solely used by the react frontend, you can have...