JSFiddle - React, Tailwind, and code Playground

JavaScript

var soldOut = 362114051;
  var testArray = [362113967, 362113997, 362114017, 362114021, 362114023, 362114025, 362114027, 362114051,];
  if(jQuery.inArray(soldOut, testArray)!==-1)  {
      alert("You matched it!");
      console.log("true");
  }
  else{
     alert("It wasn't in the array.");
      console.log("false");
  }