From what I've noticed, it looks like the wrapper div is not being
generated when including a component. Because of this, the style system
cannot add any classes to it. Adding @decoration=true to the
data-sly-resource will include the wrapper div (which is important,
because otherwise your cq:htmlTag might not be taken into account).