const str = 'text'; console.log ( '%c%s', 'color: green; font: 1.2rem/1 Tahoma;', str );
console.log("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");