I'm a bit new to React and trying to set a className as string + prop. But I'm not sure how to do it and whether that is the best practice.
So what I'm trying to do, and it's obviously not working, is this:
<a data-featherlight='string' + {this.props.data.imageUrl}>
How would I go about writing this?