Set grid-template-areas to create a grid row with the first grid item spanning two columns and second item spanning one column.
grid-template-areas
Make sure to pick item-a, followed by item-a, and finally item-b.
item-a
item-b