Llame a Reactdom.render con 2 argumentos Ejemplo

ReactDOM.render(
  math, 
  document.getElementById('app')
);
Wandering Weasel