Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
molnard1 authored Oct 25, 2023
1 parent 31204bb commit dc1de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client';

export default function App() {
return [
<div className="m-auto bg-gray-600 text-black">Hello TailwindCSS + React!</div>
<div className="text-center text-4xl bg-gray-600 text-black">Hello TailwindCSS + React!</div>
]
}

Expand Down

0 comments on commit dc1de69

Please sign in to comment.