JSFiddle - React, Tailwind, and code Playground

by Santosh Giridhara

HTML

<a id="download" href="#">Download</a>

JavaScript

$(function(){
	$('#download').click(function(){
  $(this).attr({target: '_blank', 
                    href  : 'https://microsoft.sharepoint.com/teams/LDonlinelearningdocs/Shared%20Documents/Breaking%20Bias%20-%20Introduction/Breaking_Bias_Introvert.pdf'});
  });
});