createClassName() {
    return [
      styles[this.props.alignment],
      this.props.className,
    ].join(' ').trim();