mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
export default function Home() {
|
|
return <h1 className="text-3xl font-bold underline border ring">Hello world!</h1>
|
|
}
|