You can absolutely position items inside an area of the Grid. In this example I have used position: relative
on my .content
Grid Area. I can then position the four arrow images using absolute positioning inside that area, and it works as you would expect.
Read the specification | View example as full page