I want to change the display and order of three components on screen resize. I've tried a few things with flexbox, but I'm not sure it's possible.
Essentially I want the components on mobile to appear like below. Image and title side by side with a description underneath:
and on desktop like below. Image on one side, with title and description together stacked:
Could anyone have a go at doing this using Tailwind?