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