render() {
        return <div className={`${this.state.foo} ${this.state.bar}`} />;
      }