JSFiddle - React, Tailwind, and code Playground

by Santosh Giridhara

JavaScript

if([1,3,4,17,80].includes(x)){
	console.log(true);
}