Tailwind Logo
Tailwind CSS is a utility-first CSS framework that lets you build custom designs without writing your own CSS. Instead of creating classes for components, Tailwind provides low-level utility classes to style elements directly in your HTML.
View the official Tailwind docs here: https://tailwindcss.com/
bg-blue-500
, text-center
, and p-4
for powerful styling control.
Write Tailwind-powered HTML below and preview it instantly:
rounded
. Want padding? Try p-4
. Need a text color? Use text-green-700
.