diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..9abab6a --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,44 @@ +import React from 'react' + +function App() { + return ( + + +
+ + +
+
+
+

+ Welcome to React +

+

+ This is a fully functional React application built with Vite, TypeScript, and Tailwind CSS. +

+
+ + +
+
+
+
+
+ + + ) +} + +export default App \ No newline at end of file