This is the unique layout I'm aiming to create:
I am facing a challenging flexbox layout that needs to be implemented. One of the items in this layout is a Webgl player, which cannot be conditionally rendered due to the restarting issue it may cause. Each item should have the ability to occupy position 1 when clicked on. How would you approach coding this flex layout while considering that item 2 can only change its order, not its parent?
I experimented with making item 2 absolutely positioned but found it to be less than optimal.