You can use the grid-area property to specify where to place an item.
The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.
Item1 will start on row 2 and column 1, and span 2 rows and 3 columns: