JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<p id="url">http://alveola.hu/bortipusra?brandid=&catId=38310&skintype=3&orderBy=3&orderArrow=asc&type=&query=<p>
    <p id="res">a</p>

JavaScript

$( "p:contains('alveola')" ).css( "text-decoration", "underline" );
 
/*
if($('#url'):contains('alveola')){
    $('#res').text("yes")
}       */