add tailwind css

This commit is contained in:
2024-04-18 15:14:35 +02:00
parent 7ba2e15940
commit 337b64759f
6 changed files with 570 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
export function App() {
return <h1>hello, world</h1>;
return <h1 className="text-3xl font-bold underline">hello, world!</h1>;
}

View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;