Tailwind CSS UI Components, Blocks and Templates

Tailwind CSS UI components, blocks, sections, and templates crafted for web apps, marketing, e-commerce, dashboards, and more — Browse and effortlessly copy-paste from over 500 components and templates to craft high-quality, custom Tailwind CSS websites without coding or designing from scratch. Now available for HTML, React, Vue, and Figma!

hero-banner

500+ UI Components and Templates

Multipurpose, free, and premium Tailwind UI components, blocks, and templates are available for almost any type of user interface you want to build.

Ready to Integrate with Your Preferred Frontend Technologies

Main Features

Kickstart your Tailwind CSS web project using the TailGrids UI component library. Unlock a suite of all essential UI components for the seamless creation of data-rich dashboards, e-commerce interfaces, web apps, high-converting landing pages, and more – all without the hassle of coding or designing from scratch.

500+ UI Components

Beautifully crafted 500+ Tailwind Components for HTML, React, and Vue components. From buttons to testimonials, we've got you covered.

Easy to Use

Experience the simplicity of our copy-paste interface with no complex dependencies. Copy the code snippet and effortlessly paste it into your Tailwind project or start a new one.

Multi-Framework Support

TailGrids components are now available in HTML, React, Vue, and Figma. It also allows you to convert the same code for other frameworks without rewriting the entire component.

Tailwind CSS

Utilize the latest version of Tailwind CSS for a modern and minimalistic design. Ensuring an exceptional experience for development, design, and coding.

Refreshing Design

Clean, refreshing, and high-quality design to leave a positive impression on end-users. TailGrids adheres to modern design trends, ensuring a clean and clear visual experience.

Developer Friendly

Developer experience is our #1 priority. Our library is designed, coded, and organized for efficiency, saving hundreds of development hours while enhancing overall productivity.

Figma Source File

Full Figma design source file provided based on your plan. Use it for prototyping, experimentation, customization, and adjustment according to your requirements.

13 Example Templates

Explore ready-to-use templates for dashboards, e-commerce, landing pages, businesses, and more. Well-crafted with TailGrids components, all included in the download package.

Fully Responsive

Fully responsive and compatible with all modern browsers. Every element undergoes thorough cross-testing across major browsers and various mobile screen sizes.

Tailwind CSS Components for Every Project!

Explore Tailwind CSS components for HTML, React, Vue, and Figma. Effortlessly convert to other frameworks without rewriting the entire component. Elevate your development journey Now!

Figma
<!-- ====== Navbar Section Start -->
  <header
     x-data="
     {
     navbarOpen: false,
     }
     "
     class="absolute left-0 top-0 z-50 w-full"
     >
     <div class="container mx-auto">
        <div class="relative -mx-4 flex items-center justify-between">
           <div class="w-60 max-w-full px-4">
              <a href="javascript:void(0)" class="block w-full py-5">
              <img
                 src="https://cdn.tailgrids.com/2.0/image/assets/images/logo/logo-white.svg"
                 alt="logo"
                 class="w-full"
                 />
              </a>
           </div>
           <div class="flex w-full items-center justify-between px-4">
              <div>
                 <button
                    @click="navbarOpen = !navbarOpen"
                    :class="navbarOpen && 'navbarTogglerActive' "
                    id="navbarToggler"
                    class="absolute right-4 top-1/2 block -translate-y-1/2 rounded-lg px-3 py-[6px] ring-primary focus:ring-2 lg:hidden"
                    >
                 <span
                    class="relative my-[6px] block h-[2px] w-[30px] bg-white"
                    ></span>
                 <span
                    class="relative my-[6px] block h-[2px] w-[30px] bg-white"
                    ></span>
                 <span
                    class="relative my-[6px] block h-[2px] w-[30px] bg-white"
                    ></span>
                 </button>
                 <nav
                    :class="!navbarOpen && 'hidden' "
                    id="navbarCollapse"
                    class="absolute right-4 top-full w-full max-w-[250px] rounded-lg bg-white dark:bg-dark-2 py-5 px-6 shadow lg:static lg:block lg:w-full lg:max-w-full lg:bg-transparent lg:dark:bg-transparent lg:shadow-none xl:ml-10"
                    >
                    <ul class="block lg:flex">
                       <li>
                          <a
                             href="javascript:void(0)"
                             class="mr-1 flex rounded-full border border-transparent py-[5px] px-[18px] text-base font-medium text-dark dark:text-white hover:border-primary hover:text-primary lg:inline-flex lg:text-white lg:hover:border-white lg:hover:text-white"
                             >
                          Home
                          </a>
                       </li>
                       <li>
                          <a
                             href="javascript:void(0)"
                             class="mr-1 flex rounded-full border border-transparent py-[5px] px-[18px] text-base font-medium text-dark dark:text-white hover:border-primary hover:text-primary lg:inline-flex lg:text-white lg:hover:border-white lg:hover:text-white"
                             >
                          About Us
                          </a>
                       </li>
                       <li>
                          <a
                             href="javascript:void(0)"
                             class="mr-1 flex rounded-full border border-transparent py-[5px] px-[18px] text-base font-medium text-dark dark:text-white hover:border-primary hover:text-primary lg:inline-flex lg:text-white lg:hover:border-white lg:hover:text-white"
                             >
                          Services
                          </a>
                       </li>
                       <li>
                          <a
                             href="javascript:void(0)"
                             class="mr-1 flex rounded-full border border-transparent py-[5px] px-[18px] text-base font-medium text-dark dark:text-white hover:border-primary hover:text-primary lg:inline-flex lg:text-white lg:hover:border-white lg:hover:text-white"
                             >
                          Blog
                          </a>
                       </li>
                       <li>
                          <a
                             href="javascript:void(0)"
                             class="mr-1 flex rounded-full border border-transparent py-[5px] px-[18px] text-base font-medium text-dark dark:text-white hover:border-primary hover:text-primary lg:inline-flex lg:text-white lg:hover:border-white lg:hover:text-white"
                             >
                          Contact
                          </a>
                       </li>
                    </ul>
                 </nav>
              </div>
              <div class="hidden justify-end pr-16 sm:flex lg:pr-0">
                 <div class="flex items-center justify-end">
                    <a
                       href="javascript:void(0)"
                       class="ml-5 text-white hover:opacity-70"
                       >
                       <svg
                          width="10"
                          height="18"
                          viewBox="0 0 10 18"
                          class="fill-current"
                          >
                          <path
                             d="M9.00007 6.82105H7.50006H6.96434V6.27097V4.56571V4.01562H7.50006H8.62507C8.91971 4.01562 9.16078 3.79559 9.16078 3.46554V0.550085C9.16078 0.247538 8.9465 0 8.62507 0H6.66969C4.55361 0 3.08038 1.54024 3.08038 3.82309V6.21596V6.76605H2.54466H0.72322C0.348217 6.76605 0 7.06859 0 7.50866V9.48897C0 9.87402 0.294645 10.2316 0.72322 10.2316H2.49109H3.02681V10.7817V16.31C3.02681 16.6951 3.32145 17.0526 3.75003 17.0526H6.26791C6.42862 17.0526 6.56255 16.9701 6.66969 16.8601C6.77684 16.7501 6.8572 16.5576 6.8572 16.3925V10.8092V10.2591H7.4197H8.62507C8.97328 10.2591 9.24114 10.0391 9.29471 9.709V9.6815V9.65399L9.66972 7.7562C9.6965 7.56367 9.66972 7.34363 9.509 7.1236C9.45543 6.98608 9.21436 6.84856 9.00007 6.82105Z"
                             />
                       </svg>
                    </a>
                    <a
                       href="javascript:void(0)"
                       class="ml-5 text-white hover:opacity-70"
                       >
                       <svg
                          width="19"
                          height="15"
                          viewBox="0 0 19 15"
                          class="fill-current"
                          >
                          <path
                             d="M16.1616 3.1786L17.2294 1.93274C17.5385 1.59532 17.6228 1.33577 17.6509 1.20599C16.8079 1.67319 16.0211 1.82892 15.5153 1.82892H15.3186L15.2062 1.7251C14.5318 1.18004 13.6888 0.894531 12.7897 0.894531C10.8227 0.894531 9.2772 2.39994 9.2772 4.13894C9.2772 4.24276 9.2772 4.3985 9.3053 4.50232L9.3896 5.02142L8.79951 4.99547C5.20275 4.89165 2.25229 2.03656 1.7746 1.54341C0.987807 2.84118 1.4374 4.08703 1.9151 4.86569L2.87048 6.31919L1.3531 5.54053C1.3812 6.63065 1.8308 7.48718 2.70189 8.1101L3.46058 8.62921L2.70189 8.91472C3.17958 10.2384 4.24737 10.7835 5.03416 10.9911L6.07384 11.2507L5.09035 11.8736C3.51678 12.9118 1.5498 12.834 0.678711 12.7561C2.44899 13.8981 4.55646 14.1577 6.01764 14.1577C7.11353 14.1577 7.92842 14.0539 8.12512 13.976C15.993 12.263 16.3583 5.77413 16.3583 4.47636V4.29468L16.5269 4.19085C17.4823 3.36028 17.8757 2.91904 18.1005 2.65949C18.0162 2.68545 17.9038 2.73736 17.7914 2.76331L16.1616 3.1786Z"
                             />
                       </svg>
                    </a>
                    <a
                       href="javascript:void(0)"
                       class="ml-5 text-white hover:opacity-70"
                       >
                       <svg
                          width="18"
                          height="18"
                          viewBox="0 0 18 18"
                          class="fill-current"
                          >
                          <path
                             d="M8.71681 12.4993C10.4917 12.4993 11.9306 11.091 11.9306 9.35366C11.9306 7.61637 10.4917 6.20801 8.71681 6.20801C6.9419 6.20801 5.50305 7.61637 5.50305 9.35366C5.50305 11.091 6.9419 12.4993 8.71681 12.4993Z"
                             />
                          <path
                             d="M12.2074 0.947266H5.17044C2.37225 0.947266 0.100464 3.17092 0.100464 5.90981V12.7435C0.100464 15.5366 2.37225 17.7603 5.17044 17.7603H12.152C15.0056 17.7603 17.2774 15.5366 17.2774 12.7977V5.90981C17.2774 3.17092 15.0056 0.947266 12.2074 0.947266ZM8.71665 13.4757C6.36174 13.4757 4.50552 11.6045 4.50552 9.35377C4.50552 7.10299 6.38945 5.23187 8.71665 5.23187C11.0161 5.23187 12.9001 7.10299 12.9001 9.35377C12.9001 11.6045 11.0438 13.4757 8.71665 13.4757ZM14.5346 5.61152C14.2576 5.90981 13.842 6.07252 13.371 6.07252C12.9555 6.07252 12.5399 5.90981 12.2074 5.61152C11.9027 5.31322 11.7365 4.93357 11.7365 4.47257C11.7365 4.01157 11.9027 3.65904 12.2074 3.33363C12.5122 3.00821 12.9001 2.84551 13.371 2.84551C13.7866 2.84551 14.2299 3.00821 14.5346 3.30651C14.8117 3.65904 15.0056 4.06581 15.0056 4.49969C14.9779 4.93357 14.8117 5.31322 14.5346 5.61152Z"
                             />
                          <path
                             d="M13.399 3.82178C13.0388 3.82178 12.7341 4.12007 12.7341 4.4726C12.7341 4.82513 13.0388 5.12343 13.399 5.12343C13.7591 5.12343 14.0639 4.82513 14.0639 4.4726C14.0639 4.12007 13.7868 3.82178 13.399 3.82178Z"
                             />
                       </svg>
                    </a>
                    <a
                       href="javascript:void(0)"
                       class="ml-5 text-white hover:opacity-70"
                       >
                       <svg
                          width="18"
                          height="18"
                          viewBox="0 0 18 18"
                          class="fill-current"
                          >
                          <path
                             d="M16.4813 0.947266H1.54769C0.841943 0.947266 0.277344 1.49735 0.277344 2.18496V16.7622C0.277344 17.4223 0.841943 17.9999 1.54769 17.9999H16.4249C17.1306 17.9999 17.6952 17.4498 17.6952 16.7622V2.15745C17.7517 1.49735 17.1871 0.947266 16.4813 0.947266ZM5.44342 15.442H2.8745V7.32825H5.44342V15.442ZM4.14485 6.20058C3.29795 6.20058 2.64866 5.54047 2.64866 4.74285C2.64866 3.94523 3.32618 3.28513 4.14485 3.28513C4.96351 3.28513 5.64103 3.94523 5.64103 4.74285C5.64103 5.54047 5.01997 6.20058 4.14485 6.20058ZM15.1828 15.442H12.6138V11.5089C12.6138 10.5738 12.5856 9.33606 11.2588 9.33606C9.90375 9.33606 9.70614 10.3812 9.70614 11.4264V15.442H7.13722V7.32825H9.64968V8.45592H9.67791C10.0449 7.79582 10.8636 7.13572 12.1339 7.13572C14.7593 7.13572 15.2392 8.78598 15.2392 11.0413V15.442H15.1828Z"
                             />
                       </svg>
                    </a>
                 </div>
              </div>
           </div>
        </div>
     </div>
  </header>
  <!-- ====== Navbar Section End -->
  <!-- ====== Hero Section Start -->
  <div
     class="relative z-10 bg-[#090E34] pt-[120px] pb-20"
     >
     <div class="absolute top-0 right-0 z-[-1] h-full w-1/2 bg-primary"></div>
     <div class="container mx-auto">
        <div class="-mx-4 flex flex-wrap items-center">
           <div class="w-full px-4">
              <div class="mx-auto max-w-[550px] text-center">
                 <span class="mb-3 block text-lg font-medium text-white">
                 We Are Creative
                 </span>
                 <h1
                    class="mb-2 text-[60px] font-bold leading-[1.10] text-white md:text-[100px]"
                    >
                    Branding
                 </h1>
                 <h2
                    class="mb-6 text-[30px] leading-[1.208] font-bold text-white md:text-[40px]"
                    >
                    Digital Agency
                 </h2>
                 <p
                    class="mx-auto mb-9 max-w-[460px] text-base font-medium text-white"
                    >
                    Lorem ipsum dolor sit amet consectetur adipiscing elit do
                    eiusmod tempor incididunt labore et dolore.
                 </p>
                 <a
                    href="javascript:void(0)"
                    class="inline-flex items-center justify-center rounded-md shadow-1 bg-white py-3 px-7 text-center text-base font-medium text-dark transition hover:bg-gray-2 hover:text-body-color"
                    >
                 Discover More
                 </a>
              </div>
           </div>
        </div>
     </div>
     <div class="absolute bottom-0 left-1/2 -translate-x-1/2">
        <svg
           width="77"
           height="77"
           viewBox="0 0 77 77"
           fill="none"
           xmlns="http://www.w3.org/2000/svg"
           >
           <circle
              cx="1.66343"
              cy="75.3366"
              r="1.66343"
              transform="rotate(-90 1.66343 75.3366)"
              fill="white"
              />
           <circle
              cx="1.66343"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 1.66343 31.7545)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="75.3366"
              r="1.66343"
              transform="rotate(-90 16.3016 75.3366)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 16.3016 31.7545)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="75.3366"
              r="1.66343"
              transform="rotate(-90 30.9398 75.3366)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 30.9398 31.7545)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="75.3366"
              r="1.66343"
              transform="rotate(-90 45.578 75.3366)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 45.578 31.7545)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="75.3361"
              r="1.66343"
              transform="rotate(-90 60.2162 75.3361)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="75.3361"
              r="1.66343"
              transform="rotate(-90 74.6634 75.3361)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 60.2162 31.7545)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="31.7545"
              r="1.66343"
              transform="rotate(-90 74.6634 31.7545)"
              fill="white"
              />
           <circle
              cx="1.66343"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 1.66343 60.6984)"
              fill="white"
              />
           <circle
              cx="1.66343"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 1.66343 17.1164)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 16.3016 60.6984)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 16.3016 17.1164)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 30.9398 60.6984)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 30.9398 17.1164)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 45.578 60.6984)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 45.578 17.1164)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 60.2162 60.6984)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="60.6984"
              r="1.66343"
              transform="rotate(-90 74.6634 60.6984)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 60.2162 17.1164)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="17.1164"
              r="1.66343"
              transform="rotate(-90 74.6634 17.1164)"
              fill="white"
              />
           <circle
              cx="1.66343"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 1.66343 46.0602)"
              fill="white"
              />
           <circle
              cx="1.66343"
              cy="2.47768"
              r="1.66343"
              transform="rotate(-90 1.66343 2.47768)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 16.3016 46.0602)"
              fill="white"
              />
           <circle
              cx="16.3016"
              cy="2.47768"
              r="1.66343"
              transform="rotate(-90 16.3016 2.47768)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 30.9398 46.0602)"
              fill="white"
              />
           <circle
              cx="30.9398"
              cy="2.47768"
              r="1.66343"
              transform="rotate(-90 30.9398 2.47768)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 45.578 46.0602)"
              fill="white"
              />
           <circle
              cx="45.578"
              cy="2.47768"
              r="1.66343"
              transform="rotate(-90 45.578 2.47768)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 60.2162 46.0602)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="46.0602"
              r="1.66343"
              transform="rotate(-90 74.6634 46.0602)"
              fill="white"
              />
           <circle
              cx="60.2162"
              cy="2.47817"
              r="1.66343"
              transform="rotate(-90 60.2162 2.47817)"
              fill="white"
              />
           <circle
              cx="74.6634"
              cy="2.47817"
              r="1.66343"
              transform="rotate(-90 74.6634 2.47817)"
              fill="white"
              />
        </svg>
     </div>
  </div>
  <!-- ====== Hero Section End -->

Simply Copy and Paste Into Your Project – No Hassle, All Ease!

Browser Components

500+ Essential UI Components and Counting

Handcrafted, ready-to-use, and diverse collection of free and premium UI components designed for rapid MVP development. Just Browse, copy-paste, and you're done!

image

Flawless Dark Mode Support!

All components and templates effortlessly support dark mode. Click on the dark mode button, explore components, and copy the code hassle-free.

light imagedark image
video-image

Pixel Perfect Tailwind UI Components that you can copy-paste

Building Web User-interface using Tailwind CSS has never been easier. All you need to choose a block you need and copy-paste the block on your project.

Get Access Now!

Everything That You Can Expect From a Progressive UI Library

One-time payment, rich-documentation and human support and much more ...

Free and Pro Components

Besides premium plans, TailGrids offers a free core version with a decent collection of free and open-source UI components.

Robust Documentation

Access a dedicated documentation site for thorough explanations, allowing you to kickstart your project in minutes.

Premier Support

Are you stuck with something, need clarification, or need assistance? Chat with us on Discord or submit a support ticket, and we'll respond within 24 hours.

Regular updates

Our commitment to excellence means regular updates, aligning with the latest Tailwind CSS releases, and continuously adding new components in major updates.

Lifetime Access

Yes, there are no recurring payments, monthly fees, or update charges. A single payment grants lifetime access to components for all your projects.

Flexible Licensing

TailGrids offers flexible licensing options, ensuring you can choose the perfect fit for your project's specific requirements.

Complete UI Toolkit for Tailwind

Massive number of components, templates, open-source version, free perks and more ...

43482

Free and Pro Downloads

500+

UI Components

13+

Pre-built Templates

800+

GitHub Stars

Wall of Love

Reviews and testimonials from users

Fajar Siddiq

Fajar Siddiq

Serial Entrepreneur, Singapore

TailGrids is such a great help when comes to building landing page and web app UI for Tailwind CSS web projects with just copy-paste method! is really liked the design and it is easy to get started which saves tons of time & money for developers and designers with Figma files & source code!

Marko Denic

Marko Denic

Developer Advocate and Software Engineer

TailGrids comes with all the essential UI components you need to create beautiful websites based on Tailwind CSS. The design consistency & variations of UI components, clean codebase, copy-paste interface, and detailed documentation made this UI library very organized & super easy to use.

Athar Ahmed

Athar Ahmed

Founder, ScrapeOwl and Senior Software Engineer @Aide

Since I like doing engineering parts only, designing and coding landing pages is great blocker for me while I develop MVPs or try to validate a new product idea. TailGrids seems have great collection of UI components that also comes relevant contents and Figma file that I can use to play or create prototype before diving into code.

Ostap Brehin

Ostap Brehin

Fullstack Developer and Building NotionMailer

A landing page is the first thing your customers will see before even trying the project. You want to make sure it looks great, and this is where TailGrids comes to help! It provides a collection of beautiful hand-crafted uniquely-looking components that you can use to build your startup website, web application, or dashboard.

Arnob Mukherjee

Arnob Mukherjee

Founder @Olvy

Seems like an amazing alternative to tailwindui, also the design looks amazing man 🚀

Kamal Hosen

Kamal Hosen

Software Developer @HappyAddons

Having used almost all the Tailwind CSS UI toolkits and resources, I can confidently say that TailGrids is the easiest and most comprehensive Tailwind UI Library with almost all essential Tailwind CSS components you may need to build web UI faster. Specially, code explorer and copy-paste inteface is time-saver. Highly recommended!

Get Access Now

Start Building Your Tailwind CSS Site Now!

Each Tailwind CSS component is beautifully designed and coded, streamlining your work and saving time.

Get instant access and start building!

Get Started Now
imageimageimageimageimage