Search Bar Integration in React

Hello,

I’m supporting a client who’s attempting to integrate a search bar into a site built on React. They referenced Integrating on React but have so far been unsuccessful. The goal is to load a search bar in a modal that redirects to a Search Results site. They’re reluctant to leverage Answers Headless React and are not sure how to integrate the search bar into a React app following various versions of our vanilla JS snippet injection guides.

Tl;dr how can I load a search bar (only a search bar) in a modal in a React project?