// Fixture from https://github.com/tailwindlabs/tailwindcss.com/blob/master/src/pages/index.js import { Testimonials } from '@/components/Testimonials' import { DarkMode } from '@/components/home/DarkMode' import { ConstraintBased } from '@/components/home/ConstraintBased' import { BuildAnything } from '@/components/home/BuildAnything' import { Performance } from '@/components/home/Performance' import { MobileFirst } from '@/components/home/MobileFirst' import { StateVariants } from '@/components/home/StateVariants' import { ComponentDriven } from '@/components/home/ComponentDriven' import { Customization } from '@/components/home/Customization' import { ModernFeatures } from '@/components/home/ModernFeatures' import { EditorTools } from '@/components/home/EditorTools' import { ReadyMadeComponents } from '@/components/home/ReadyMadeComponents' import { SearchButton } from '@/components/Search' import { Hero } from '@/components/home/Hero' import { Logo } from '@/components/Logo' import { Footer } from '@/components/home/Footer' import NextLink from 'next/link' import Head from 'next/head' import { NavItems, NavPopover } from '@/components/Header' import styles from './index.module.css' import clsx from 'clsx' import { ThemeToggle } from '@/components/ThemeToggle' function Header() { return (

Rapidly build modern websites without ever leaving your HTML.

A utility-first CSS framework packed with classes like{' '} flex,{' '} pt-4,{' '} text-center {' '} and{' '} rotate-90{' '} that can be composed to build any design, directly in your markup.

Get started {({ actionKey }) => ( <> Quick search... {actionKey && ( {actionKey[0]} {' '} K )} )}
) } export default function Home() { return ( <> Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.

“Best practices” don’t actually work.

I’ve written{' '} a few thousand words {' '} on why traditional “semantic class names” are the reason CSS is hard to maintain, but the truth is you’re never going to believe me until you actually try it. If you can suppress the urge to retch long enough to give it a chance, I really think you’ll wonder how you ever worked with CSS any other way.

Adam Wathan
Creator of Tailwind CSS