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