css rich text editor tailwind

Solutions on MaxInterview for css rich text editor tailwind by the best coders in the world

showing results for - "css rich text editor tailwind"
Sarah
29 Sep 2018
1<script>
2    import Editor from 'tailwind-editor'
3    let html = ''
4</script>
5
6<div class="flex">
7    <Editor bind:html={html}>
8    <div>
9        {html}
10    </div>
11</div>