I'm looking at the React component draft-js, a rich content editor which creates a blob of text called "ContentState". I have a React 18 web application created using create-react-app.
Is it possible to convert the ContentState created by the draft-js component into an OpenXml document section? I could do this client-side, or server-side in a .Net Core web api that receives a post from the react web page and uses the MS OpenXml sdk.