Correct way to use standalone audio plugin UI in React?

When using vanilla JS you can do something like:

new Uppy().use(Audio, {
        target: '#myId',
  })

To load the Audio plugin standalone. However, I cannot find the corresponding way to do this in a React component. Any help appreciated!