JSFiddle - React, Tailwind, and code Playground

JavaScript

var isBrowser=new Function("try {return this===window;}catch(e){ return false;}");
var isNode=new Function("try {return this===global;}catch(e){return false;}");

console.log(isBrowser(),isNode());