Hi @VanitaNa1
You’ll need a custom plugin here, similar to what @EstebanBustamante and @SantoshSai have suggested.
First, the markup you’re expecting is not valid HTML structurally — you shouldn’t place a <p> tag inside a <span>.
For example, this is incorrect:
<span class="hover-light">
<...