Sets the background color of text to be printed to red.
Text to make its background red
Red background text for print
import { bgRed } from "@std/internal/styles";console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background Copy
import { bgRed } from "@std/internal/styles";console.log(bgRed("Hello, world!")); // Prints "Hello, world!" with red background
Sets the background color of text to be printed to red.