chromium/chrome/test/data/page_load_metrics/react2_page.html

<!DOCTYPE html>

<body>
  <div id="nothing"></div>
  <div id="container">
    <div id="react-root">
      This is a test to see if a page with a div with id react-root is
      detected as using the React JavaScript framework.
    </div>
  </div>
</body>