There is a label with pseudo circle:
<label _ngcontent-bfw-c43="" class="block text-black font-medium before:inline-block before:w-2 before:h-2 before:mr-5 before:align-middle before:bg-red-500 before:rounded-full">Name of company</label>
Problem is that if text is not fit by with it breakes to the next line.
::before has margin-left. How to break the text with this margin?