Grid with constant content in columns

Maybe something like this would be closer to what I’m looking for:

#show grid.cell.where(x: 1): it => [$->$ #it]
#grid(
  columns: 2,
  gutter: 5pt,

  [A], [B], 
  [C], [D],
)