Html – How to create an animation sequence with Tailwind?
I have the following element: <div dir="rtl" class="aspect-ratio-1 group relative h-min w-full max-w-[300px] flex-shrink-0 lg:max-w-[390px]"> <img class="rounded-s-full border-[12px] border-indigo-400" alt="Placeholder" src="https://placehold.co/400x600" /> </div> And I'm looking to create an animation sequence with Tailwind. For the sequence, first rounded-s-full should take…