Basic React Component import React from 'react' const App = () => { return <h1>Hello World!</h1> // HTML like JSX syntax } export default App