JSFiddle - React, Tailwind, and code Playground

by chimco_89

HTML

<script src="https://facebook.github.io/react/js/jsfiddle-integration.js"></script>
<body>
		
	</body>

JavaScript

var createWithElement = React.createElement('div', { className: 'TEST CREATE ELEMENT' }, 'TEST CREATE ELEMENT');
 React.render(
  createWithElement,
  document.body
 );