Question from the React (legacy) test

Render a text in a red background in React

Medium
ReactDOM.render(
  '<p class="redBackground">Hello</p>',
  document.querySelector("# root")
)

What does this code display?

Author: Victor SabatierStatus: PublishedQuestion passed 1470 times
Edit
-1
Community EvaluationsNo one has reviewed this question yet, be the first!