Highlight stats with custom colours and mention description below each stat as shown in the following tailwind stats component.
<section class="py-20"> <div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8"> <div class="flex flex-col gap-10 xl:gap-14 lg:flex-row lg:justify-between"> <div class="w-full lg:w-1/3 "> <div class="font-manrope font-bold text-5xl text-indigo-600 mb-6 text-center "> 13M+ </div> <p class="text-lg text-gray-500 leading-7 text-center">We have reach more than 13 millions user in around the world</p> </div> <div class="w-full lg:w-1/3 "> <div class="font-manrope font-bold text-5xl text-indigo-600 mb-6 text-center "> 50M+ </div> <p class="text-lg text-gray-500 leading-7 text-center">Pagedone is one of most downloaded on google play store & apple store</p> </div> <div class="w-full lg:w-1/3 "> <div class="font-manrope font-bold text-5xl text-indigo-600 mb-6 text-center "> 98% </div> <p class="text-lg text-gray-500 leading-7 text-center">Our user are satisfied using our services in their daily site</p> </div> </div> </div> </section>