Altough I never managed to do it with Tailwind, and I had to explicitly set style="height: 100%;" at the end it worked how I wanted.
What specific areas of your project would you like help with?It was very difficult to control the height of the images. I never managed to do it with Tailwind, and I had to explicitly set style="height: 100%;" for it to work. I imagine I did something wrong, but I can't find the error. If anyone knows why... thanks!
<img src="images/desktop-image-hero-2.jpg" alt="Modern multi-colored chairs" class="w-full min-h-full object-fill" style="height: 100%;">The parent is also h-full so I do not understand