Reuse react individual components in JSP

I have an existing application that’s written on core java, i mean no java framework has been used. I have another frontend application that’s built on react. Is it possible to import any react component for e.g menu. Instead of creating a new menu, can i reuse component that’s part of another application?

Any help would be appreciated!