JSFiddle - React, Tailwind, and code Playground
HTML
dubstep
JavaScript
var title = "dubstep";
if( title.indexOf( "dubstep" ) !== -1 ){
alert('found');
}
dubstep
var title = "dubstep";
if( title.indexOf( "dubstep" ) !== -1 ){
alert('found');
}