I am Attaching Video please check this.
It is My Code. I am also checking to add initialValue.
<Editor
value={this.state.editor}
init={{
height: 600,
menubar: false,
plugins: [
'advlist autolink lists link image charmap print preview anchor',
'searchreplace visualblocks code fullscreen',
'insertdatetime media table paste code help wordcount table'
],
toolbar:
'undo redo | formatselect | bold italic backcolor |
alignleft aligncenter alignright alignjustify |
bullist numlist outdent indent table | removeformat | help'
}}
onChange={this.onEditorStateChange}