JSFiddle - React, Tailwind, and code Playground
by trevor_davis
HTML
<div><span>John Resig</span></div>
<div><span>George Martin</span></div>
<div><span>Malcom John Sinclair</span></div>
<div><span>J. Ohn</span></div>
JavaScript
$("div:not(:contains('John'))").css("text-decoration", "underline");