Marketing Product Cards Product with image, title, price and description

Live Preview
<a href="#" class="group block">
      <img
        src="https://images.unsplash.com/photo-1592921870789-04563d55041c?auto=format&fit=crop&q=80&w=1160"
        alt=""
        class="h-87.5 w-full object-cover sm:h-112.5"
      />

      <div class="mt-3 flex justify-between text-sm">
        <div>
          <h3 class="text-gray-900 group-hover:underline group-hover:underline-offset-4">
            Small Headphones
          </h3>

          <p class="mt-1.5 text-xs text-pretty text-gray-500">
            Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi nobis, quia soluta
            quisquam voluptatem nemo.
          </p>
        </div>

        <p class="text-gray-900">$299</p>
      </div>
    </a>

Related components

More items from the merged UI library.

View all