constructor(props) {
    super(props)
    this.state = {
      value: props.content,
    }