JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<p> 11111 <a href = "#"> ссылка </a></p>
<p> 2222222 <a href = "#"> ссылка </a></p>
<p> 222222222 <a href = "#"> ссылка </a></p>
<p> 222222222222 <a href = "#"> ссылка </a></p>
JavaScript
Array.from(document.getElementsByTagName('p'), e => e.firstChild.textContent.length > 7 ? e.lastElementChild.remove() : e);