Is it possible to display a base64 docx file in React?

I’m receiving documents from an API as a base64 string, and would like to display this in the browser.

Is anyone aware of a way to display this base64 docx file?

I’ve tried various packages to do this but they seem to only work if provided with a URL to a file that is either hosted online, or stored locally.