JSFiddle - React, Tailwind, and code Playground

by breaderz8

HTML

<a href="http://football.betsettler.pa-sport.com/index.php?compid=511&dateSelected=/#2012-01-24/&team={{x['@matchID']}}" target="_blank" id="link" >
    <div style="height:100%;width:100%">
    Open BS
    </div>
  </a>

JavaScript

var d = new Date();
var year = d.getFullYear();
var month = d.getMonth() + 1;
var day = d.getDate();

document.getElementById("link").href = "http://football.betsettler.pa-sport.com/index.php?compid=511&dateSelected="+ year +"-"+ month +"-"+ day +"&team={{x['@matchID']}}";