<script> import Editor from 'tailwind-editor' let html = '' </script> <div class="flex"> <Editor bind:html={html}> <div> {html} </div> </div>