JSFiddle - React, Tailwind, and code Playground
by mdg3
JavaScript
function (e) {
var t = document.cookie.match("(^|[^;]+)\\s*" + e + "\\s*=\\s*([^;]+)");
return t = t ? (t = t.pop()).replace(/^"(.+(?="$))"$/, "$1") : ""
}