Add WordPress editor with the same style options.
Return text
<?php /* --------------------------------------------------------------------- {"type": "editor", "name": "Content", "slug": "content"} --------------------------------------------------------------------- */ ?>
<article> <?php the_wpcomponent( 'content' ) ?> </article>
<article> <?php echo 'My content ' . get_wpcomponent( 'content' ) ?> </article>
Image