installing and configuring tailwind

This commit is contained in:
lila 2026-03-21 20:59:26 +01:00
parent 9ebbf83f93
commit 681c6d2b4f
5 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@ export const Route = createFileRoute("/")({ component: Index });
function Index() {
return (
<div className="p-2">
<div className="p-2 text-3xl text-amber-400">
<h3>Welcome Home!</h3>
</div>
);