In the user database you should store the role of the user as well so that when the user logs in, the backend server will return the user obect something like below. Then you can conditionally route the user based on the role using react-router.
{username: 'Robin' role:'Admin' id: 234343, token:'454jklkjflk04i54i5'}