JSFiddle - React, Tailwind, and code Playground

by dirkk0

HTML

<script src="http://www.brython.info/src/brython_dist.js"></script>
<script type="text/python">
from browser import alert
alert('hi')
</script>