TinyMCE getting value in reserve order

During integration of TinyMCE in a react/next-js app, I was getting input value in reserve order, even while typing.

To fix it you must replace component attribute 'initialValue' by 'value'.

At end you’ll get something like this bellow: