If we are looking for the tag 'a' with dynamical class name, for ex. - StoryBlock_storyLink__5nXw8, then we can use both selectors:
StoryBlock_storyLink__5nXw8
const a_list = $('a[class*="StoryBlock"]'); const a_list0 = $('a[class*=StoryBlock]');