install tailwind

This commit is contained in:
sindhu
2023-11-06 09:45:23 +07:00
parent 1afbcd0bda
commit d60d251223
6 changed files with 622 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ function App() {
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>
<h1 className="text-3xl font-bold underline">
INI TAILWIND CSS
</h1>
</>
)
}

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;