My react localhost:3000 renders white blank page

Hello devs in the house, please help me out. I’m trying to create a login page where the users will be given an option to login with their google account. But anytime I render the google login button e.g
<> <GoogleLogin
clientId={clientId}
buttonText=“Sign in with Google”
onSuccess={onSuccess}
onFailure={onFailure}
cookiePolicy={‘single_host_origin’}
isSignedIn={true}
/></>
in my react project, the localhost:3000 will render a blank page. I have done everything I know to do but the problem is still there. Please some one help me.
Thanks

Can you post a link to your project code in something like codesandbox.io? If not, then at least post a link to GitHub with your project code.