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>
by dirkk0
<script src="http://www.brython.info/src/brython_dist.js"></script>
<script type="text/python">
from browser import alert
alert('hi')
</script>