A customizable professional pricing card component built with Tailwind CSS.
Professional
This plan is for those who have a team already and running a large business.
To use this component in your project, copy the code and paste it into your HTML file. You can customize the component by modifying the Tailwind CSS classes.
<div class="rounded-2xl shadow-lg p-3 bg-indigo-500 text-gray-600 max-w-xs">
<div
class="relative flex flex-col items-center p-5 pt-10 bg-blue-100 rounded-xl"
>
<span
class="mt-[-12px] absolute top-0 right-0 flex items-center bg-indigo-500 rounded-l-full py-2 px-3 text-xl font-semibold text-amber-100"
>
$49 <small class="text-xs ml-1 text-white">/ month</small>
</span>
<p
class="text-xl font-semibold text-blue-800 bg-indigo-200 px-2 py-1 rounded-lg"
>
Professional
</p>
<p class="text-center mt-3">
This plan is for those who have a team already and running a large
business.
</p>
<ul class="flex flex-col space-y-3 mt-4">
<li class="flex items-center space-x-2">
<span
class="flex items-center justify-center w-5 h-5 bg-teal-500 text-white rounded-full"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="14"
height="14"
>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z"
fill="currentColor"
></path>
</svg>
</span>
<span
><strong class="font-semibold text-gray-800">20</strong> team
members</span
>
</li>
<li class="flex items-center space-x-2">
<span
class="flex items-center justify-center w-5 h-5 bg-teal-500 text-white rounded-full"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="14"
height="14"
>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z"
fill="currentColor"
></path>
</svg>
</span>
<span
>Plan
<strong class="font-semibold text-gray-800"
>team meetings</strong
></span
>
</li>
<li class="flex items-center space-x-2">
<span
class="flex items-center justify-center w-5 h-5 bg-teal-500 text-white rounded-full"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="14"
height="14"
>
<path fill="none" d="M0 0h24v24H0z"></path>
<path
d="M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z"
fill="currentColor"
></path>
</svg>
</span>
<span>File sharing</span>
</li>
</ul>
<div class="w-full flex justify-end mt-6">
<a
class="w-full py-3 text-center text-white bg-indigo-600 rounded-lg font-medium text-lg hover:bg-indigo-700 focus:outline-none"
href="#"
>
Choose plan
</a>
</div>
</div>
</div>This component is fully responsive and adapts to different screen sizes. Use the viewport controls above to preview how it looks on different devices.
Optimized for screens smaller than 640px
Optimized for screens between 640px and 1024px
Optimized for screens larger than 1024px