Memiliki item rentang beberapa kolom CSS Grid

.item {
  grid-column: 2 / span 3;
  grid-row: 1 / span 2;
}
Agreeable Anteater