JSFiddle - React, Tailwind, and code Playground

by Tonio Loewald

HTML

<div data-bind="text=app.message">
  placeholder
</div>
<script type="module">
import b8r from 'https://bindinator.com/dist/b8r.js'
b8r.set('app', {
	message: 'hello'
})
</script>