JSFiddle - React, Tailwind, and code Playground

by David Santiago

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>

JavaScript

import crypto from "crypto";

console.log(JSON.parse(JSON.stringify({value:new Date()})));

console.log(crypto.randomBytes(64).toString(`utf8`));