A small text content on 1 line.
A list of things on a colored background:
function add (a, b) { return a + b } const sum = [4, 2, 1].reduce(add, 0)