I need to add one className to a component which is being passed down from the parent, and another className that doesn\'t have anything to do with its parent, but with the comp
Combo of string and props class is here
className={`${props.myClass} MyStringClass`}