JSFiddle - React, Tailwind, and code Playground

coffeescript via script in html section

by Andy Bulka

HTML

<script src="http://coffeescript.org/extras/coffee-script.js"></script>
<script type="text/coffeescript">
    alert 'pancakes!'
</script>
<script type="text/coffeescript">
    eggs = 'gotta have some'
    document.write "It really is CoffeeScript: #{eggs}"
</script>