Stats
Ready to use Tailwind CSS Stat Components with production-ready, copy-paste HTML code. Use them as they are, or as a starting point to build beautiful websites.
Simple
Free
<div class="bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<h2 class="text-center text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">The impact we’ve made</h2>
<dl class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 text-center sm:grid-cols-2 lg:max-w-none lg:grid-cols-4">
<div class="flex flex-col gap-y-2">
<dt class="text-base leading-7 text-gray-600">Customer satisfaction</dt>
<dd class="order-first text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">98%</dd>
</div>
<div class="flex flex-col gap-y-2">
<dt class="text-base leading-7 text-gray-600">Global user base</dt>
<dd class="order-first text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">28M</dd>
</div>
<div class="flex flex-col gap-y-2">
<dt class="text-base leading-7 text-gray-600">Expert team members</dt>
<dd class="order-first text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">150+</dd>
</div>
<div class="flex flex-col gap-y-2">
<dt class="text-base leading-7 text-gray-600">Rapid business growth</dt>
<dd class="order-first text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">320%</dd>
</div>
</dl>
</div>
</div>