handleFollowClick(event) {
    $.ajax({
      url: `/api/interests?tag_id=${this.props.tag_id}`,
      method: 'POST',
      success: () => {