.bhbxhqjt { Vertical-align:top; Cursor: Pointe... Apr 2026

: Use extensive CSS-in-JS for UI components. Airbnb : Utilizes similar obfuscated class names.

: This property aligns the element (often an inline-block or table-cell ) to the top of its parent container. .bHbXHQJt { vertical-align:top; cursor: pointe...

: Common in apps built with React or Next.js. How to Identify the Source : Use extensive CSS-in-JS for UI components

: This changes the mouse cursor to a "hand" icon when hovering over the element, indicating that the item is interactive or clickable . : Common in apps built with React or Next

Because these strings are generated randomly during a website's build process, they are not permanent identifiers. The same class name might exist on a site today but change to something like .cwKzM after the site's next update.

In the tab, you will see the class name attached to the HTML tag.

The CSS selector .bHbXHQJt appears to be a , likely produced by a CSS-in-JS library such as Styled Components or Emotion . These libraries generate unique, hashed class names (like bHbXHQJt ) at runtime to ensure styles remain scoped to specific components and do not clash with other parts of a website. Technical Analysis of the Snippet Based on the code fragment you provided: Use code with caution. Copied to clipboard