JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

HTML

<html>
<head>
<body>
<canvas width = "1000" height = "1000"></canvas>
<script> 

</script>
<style>
body {
 cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png"), auto;
}

</style>
</body>
</head>
</html>