JSFiddle - React, Tailwind, and code Playground
JavaScript
let tags = ['#ready', '#printing', '#finished'];
if( tags.includes('a#ready'))
console.log('Kevin is here');
let tags = ['#ready', '#printing', '#finished'];
if( tags.includes('a#ready'))
console.log('Kevin is here');