JSFiddle - React, Tailwind, and code Playground

by joshiisaurabh

HTML

<html>
<head>
<script>
alert()
console.log("dsa")

function call(){
/* console.log(xtype.type(new Date()) )
 */}
</script>
</head>

<body onload="call()">


</body>
</html>