tailwind-pricing-cards Tailwind Templates

Tailwind Pricing Cards

Simple pricing cards built with HTML and styling with Tailwind CSS.

Pricing Cards Grids

Simple pricing cards built with HTML and styling with Tailwind CSS.

Represent 3 fully responsive columns with some information inside.

⚡ Setup

Install Tailwind CSS with CDN - Add the Play CDN script tag to the of your HTML file, and start using Tailwind’s utility classes to style your content.

<!doctype html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
  <h1 class="text-3xl font-bold underline">
    Hello world!
  </h1>
</body>
</html>

⚡ Built With

HTML5 / Tailwind CSS

Top categories

Loading Svelte Themes