How can I view and edit docx file with react?

I tried to open docx file and then edit the contents with react.js.
There are several ways to implement that, but I want the best practice.
How can I do that perfectly?

First, I tried with draft-js, but it didn’t work well.