you can use window.location for this purpose
const LoginClick = () => { window.location.href = '/login'; // Directly set the URL to navigate to the login page }; <span style={{color:'green', cursor:'pointer'}} onClick={LoginClick}>Log In like this