chore(deps): setup tailwind

This commit is contained in:
karishmas6
2024-03-05 23:02:42 +05:30
parent eb074f006f
commit d4fe8a48ce
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ function App() {
return ( return (
<> <>
<h1>Init UI</h1> <h1 className="text-3xl font-bold underline">
Hello world!
</h1>
</> </>
) )
} }

View File

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