How to replace textarea in plugin with wp_editor

You would need to edit the plugin and insert an instance of the wp_editor instead of that textarea.

Refer to the wp_editor function reference.