--- title: TinyMCE libs: tinymce summary: The WYSIWYG editor that is flexible, customizable, and designed with the user in mind. TinyMCE can handle any challenge, from the most simple implementation through to the most complex use case. description: Flexible WYSIWYG editor for content. --- [TinyMCE](https://www.tiny.cloud/docs/) documentation. ## Default text editor Initialize TinyMCE 6 on any element (or elements) on the web page by passing an object containing a selector value to `tinymce.init()`. The selector value can be any valid CSS selector. ```html example centered columns={2} height="25rem"
```