When it comes to daily development using Tailwind CSS, flex layout is often the first choice, possibly due to its semantic and straightforward coding experience. However, with the increasing popularity of grid layout recommendations, I felt that grid is indeed a powerful tool. Nevertheless, putting together the layout one wants to achieve using grid-related properties can be challenging. Have you experienced this as well? Some developers prefer to use flex layout for minor adjustments, while grid is the go-to option for more complex applications. How do you feel about using grid layout when building your project?