How can achieve this layout

Hello guy anyone knows i can achieve this using a grid layout?


CSS grid allow row span, so what you have above is a grid that’s 2 columns, and 3 rows.
Rows 1 and 2 are the same height, row 3 is about double that.

The top left and bottom right items have row span = 2.