Application Media Right align top

Live Preview
<div class="flex flex-row-reverse items-start gap-4">
      <img
        alt=""
        src="https://images.unsplash.com/photo-1633332755192-727a05c4013d?auto=format&fit=crop&q=80&w=1160"
        class="size-20 rounded object-cover"
      />

      <div>
        <h3 class="font-medium text-gray-900 sm:text-lg">Title goes here</h3>

        <p class="mt-0.5 text-gray-700">
          Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates voluptas distinctio
          nesciunt quas non animi.
        </p>
      </div>
    </div>

Related components

More items from the merged UI library.

View all