9 lines
99 B

<div>
<!-- html injected somehow -->
</div>
<style>
div > :global(p) {
color: red;
}
</style>