Use the following TinyMC plugin to add placeholder text on a TinyMCE editor.
https://github.com/mohan999/tinymce-placeholder
tinymce.init({
....
plugins: "placeholder",
.....
Add placeholder attribute to the textarea
<textarea placeholder="write something"></textarea>