Not including bootstrap in react app that is going to be loaded into a website with Bootstrap styles already implemented

I can’t figure out how to google this but in short I have a react app that will be included in a website that already has bootstrap and styles, I need to include bootstrap for development purposes but not as part of the final product as styles will be fed into the app through the parent app. What is the best way to fulfill this pattern?