createTextareaClassName() {
    return [styles.textarea, styles[this.props.color]].join(' ').trim();
  }