Hi
I'm using the following class regex setting:
"tailwindCSS.experimental.classRegex": [
":(?:\\s)*?[\"'`]([^\"'`]*).*?,",
],
Which matches everything inside the single quotes as you can see in the screenshot below.

Unfortunately, if the string literal starts on the new line the class detection hover box is shifted to the left:

This makes it very hard to read. Additionally, the autocomplete isn't working anymore, because of the offset:
Not OK:

OK:
