write a function component code example Example: react function component function Welcome(props) { return <h1>Hello, {props.name}</h1>; }