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