JSFiddle - React, Tailwind, and code Playground

by Steven Senkus

HTML

<a class="driverLink" href="#" target="_blank" onClick="_gaq.push(['_trackEvent', 'Other', 'Driver Download', 'DuraLabel Driver']);"><span class="driverIcon"></span><span class="driverLabel">Download our Universal Driver</span></a>

JavaScript

$(document).ready(function(){
	//This sets the location for all driver links on this page.
	$('a.driverLink').attr('href','http://graphic.pairserver.com/global/drivers/7.3.2_MultiPrinterDriverInstall.exe');
});