However, using just CSS Grid limits how we can display items. How would we display the navigation items to the right side of the page?

With justify-content: endWe can't do it with just CSS Grid

We can't do it with just CSS Grid.