return ( <> <div class="container border border-info p-3 text-center"> <h1>Hello {props.name}</h1> <p> Today is {props.date}</p> </div> </> );