JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

let date = new Date(Date.now() + (30 * 1000));
date = date.toUTCString();
document.cookie = "user=John; expires=" + date;