JSFiddle - React, Tailwind, and code Playground

JavaScript

for (var key in performance.memory) {
    alert(key+': '+performance.memory[key]);
}