Reactar aniversário
ReactDOM.render(
<h1>Happy Birthday Poornima</h1>,
document.getElementById('root')
);
Nice Nightingale
ReactDOM.render(
<h1>Happy Birthday Poornima</h1>,
document.getElementById('root')
);