Edit in JSFiddle

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <!-- 引入样式 -->
    <link rel="stylesheet" href="http://09x.ant.design/dist/antd.css">
    <script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
    <script src="https://a.alipayobjects.com/??jquery/jquery/1.11.1/jquery.js,react/0.13.3/react.min.js,react/0.13.3/JSXTransformer.js"></script>
    <!-- 全局引入 antd.js -->
    <script src="http://09x.ant.design/dist/antd.js"></script>
  </head>
  <body>
  </body>
  <!-- 直接调用全局变量 -->
  <script type="text/jsx">
  React.render(<antd.Datepicker />, document.body);
  </script>
</html>