JSFiddle - React, Tailwind, and code Playground
by Chris LaFrombois
HTML
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Google sign in</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<meta name="google-signin-client_id" content="870956073546-a2r99tv519oqpe6kfk8n6cgq4r4o0svu.apps.googleusercontent.com">
</head>
<body>
<div class="g-signin2" data-onsuccess="onSignIn"></div>
</body>
</html>