lemma = (): JSX.Element => (
    <LemmaInput value={this.state.word} onChange={this.updateWord} />
  )