onContentChange = (e) => {
        const content = e.target.value;
        this.setState(() => ({
            content
        }));