If I add a class of .question to an element in WeWeb I expected it to be visible in the browser as < div class=“question” >. However, I now understand this is not how WeWeb works - it converts the classes and associated styles into a component that is then rendered out on the browser.
So classes are pre-build classes. Unless of course you add the class as an attribute, but you cannot hook styles onto those values - yet.