how to call multiple classnames to a div at the same time in react-jss code example
Example: react multiple classnames
className={[this.state.className, this.props.content.divClassName].join(" ")}
className={[this.state.className, this.props.content.divClassName].join(" ")}