chore: install tailwindcss

This commit is contained in:
shafin-r
2026-01-06 15:48:47 +06:00
parent cf46287400
commit bd6f1d2333
5 changed files with 380 additions and 41 deletions

View File

@ -1,7 +1,11 @@
import "./App.css";
function App() {
return <></>;
return (
<>
<h1 className="text-7xl font-bold">Edbridge Scholars</h1>
</>
);
}
export default App;

View File

@ -0,0 +1 @@
@import "tailwindcss";