I've observed an interesting pattern on certain websites like tray.io, asana, and Facebook. When you inspect their CSS class names, you may come across random combinations of characters, such as:
<header class="Header_XSDsdksdXKkSDD">..</Header>
What is the reason behind generating these characters, and how exactly are they generated?
Thank you.