This example demonstrates a simple grid with 3 columns and a gap between items.
grid
: Establishes the element as a grid container.
grid-cols-3
: Defines 3 columns of equal width.
gap-4
: Adds a 1rem (16px by default) gap between grid items.