Set background color to red.
The text to make its background red
The text with red background
import { bgRed } from "@std/fmt/colors";console.log(bgRed("Hello, world!")); Copy
import { bgRed } from "@std/fmt/colors";console.log(bgRed("Hello, world!"));
Set background color to red.