class Welcome extends React.Component {
    render() {
        return <h1>سلام، {this.props.name}</h1>;
    }
}