console.log red text on yellow background code example
Example: console.log red text on yellow background
console.log("%cWARNING!", "font: 2em monospace; color: red; background-color: yellow;");
console.log("%cWARNING!", "font: 2em monospace; color: red; background-color: yellow;");