I am in the process of developing a JavaScript plugin that will be integrated into various websites with different styles. Some use Bootstrap, others Bulma, and some have custom styling.
My plugin creates DOM elements such as divs, inputs, selects. I prefer to handle the styling myself. Is there a way to ensure consistency in the appearance of this plugin across all websites where it is embedded?