How To Send meassage from react app to extension and get response?

I developed an external site in React, which should be related to my Google extension I saw all kinds of solutions like : chrome.runtime.onMessageExternal , but chrome.runtime.sendmessage is not working from my react app so how should I do it ?