I attempted to utilize the ::before element in HTML directly. Below is my code:
<ul class="clear toogled" style="height:188pxl">
<li tabindex="0" style="display: block;">
<label for="MAP-IA_1_1_OR_CB_1" aria-label="Filter by product">
::before
hello
</label>
</ul>
This code will produce an output like this:
::before
hello
Can somebody explain why it gives an output like this?