return ( <> <div class="container border border-info p-3 text-center"> <h1> Welcome to <div style={{ color: "blue" }}>{props.program}</div> Gateway </h1> <p> {props.greeting} </p> </div> </> );