How to Use Your Browser's Inspector to Obtain the CSS Selector for any element.
The value this returns can be used as a string argument inside of BeautifulSoup's .select method or in JS's document.querySelector() method to obtain that HTML content (and anything it contains).