JSFiddle - React, Tailwind, and code Playground

by shahrukh007

HTML

<html>
<head>
</head>
<body>
    <div id="root"></div>
    <script type="text/babel">
     class Hello extends React.Component {
      render() {
        return <h1>Hello world!</h1>;
      }
     }
     </script>
</body>
</html>