function Welcome(props) { return

Hello, {props.name}

; } function App() { return (
); } ReactDOM.render(, document.getElementById('root'));