JSFiddle - React, Tailwind, and code Playground
by s3ntry
HTML
<html>
<head></head>
<body>
<div id="game"></div>
<script type="text/javascript" src="https://rawgithub.com/craftyjs/Crafty/release/dist/crafty-min.js"></script>
<script>
Crafty.init(500,350, document.getElementById('game'));
</script>
</body>
</html>