Renders the Sign In with Google Button without the onclick logic.
npm install reactsigninwithgooglebutton
import SignInWithGoogleButton from 'reactsigninwithgooglebutton';
<SignInWithGoogleButton onClick={() => console.log('ReactSignInWithGoogleButton clicked')} />