showMore = () => {
window.open('/rent/malaysia/all-commercial?coworking=1', '_blank');
};
<div className="row">
<div className="col-12 show-more text-center">
<button
type="button"
className="btn btn-primary see-all"
onClick={this.showMore}
>
Show more listings
</button>
</div>
</div>