You cannot remove the iOS keyboard accessory bar in a normal React web app. It’s controlled by iOS, not the browser, and can't be hidden with CSS or JavaScript.
Only possible in a native iOS app, not on the web.