JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
<script>
alert()
console.log("dsa")
function call(){
/* console.log(xtype.type(new Date()) )
*/}
</script>
</head>
<body onload="call()">
</body>
</html>
<html>
<head>
<script>
alert()
console.log("dsa")
function call(){
/* console.log(xtype.type(new Date()) )
*/}
</script>
</head>
<body onload="call()">
</body>
</html>