stripTags: (input) => {
        return input.replace(/<(?:.|\n)*?>/gm, '')
    }