JSFiddle - React, Tailwind, and code Playground

JavaScript

var temp = "data not available";
if(!temp.search("data")) {
    alert("True");
} else {
    alert("false");
}