Testimonial Card

July 8, 2023 (1y ago)

It is a beautiful Tailwind CSS testimonial card component that can be used to showcase your credibility.

Alt text

<div class="relative flex flex-col max-w-md px-8 py-6 mx-auto bg-white rounded-lg shadow-lg">
	<img
    src=https://jadoo-travel-agency.vercel.app/images/mike.png"
    alt="Head image"
    class="absolute rounded-full w-14 h-14 -left-6 -top-6" />
	<p class="text-gray-200">
	  “On the Windows talking painted pasture yet its express
	   parties use. Sure last upon he same as knew next.
	   Of believed or diverted no.”
	</p>
	<p class="mt-6 mb-2">Mike taylor</p>
	<p class="text-sm">USA, CA</p>
</div>

Tailwind CSS

Testimonial Card