I am currently working on a project using TailwindCSS in which I have a logo positioned to the left and navigation to the right. Both elements are centered, but because the logo has a position of absolute, it appears in front of the navigation. I would like them to be displayed side by side. I am utilizing flex for this layout, but I am unsure if using grid might provide a better solution.
For reference, you can view the Tailwind Playground.