JSFiddle - React, Tailwind, and code Playground
by Mike Cunneen
HTML
<a href="http://www.google.com.au" id="googlelink" class="normallink">Go to Google</a>
JavaScript
var googleLink = document.getElementById("googlelink");
googleLink.style.color = "crimson";
googleLink.style.textDecoration = "none";
googleLink.style.fontWeight = "bold";
googleLink.style.fontSize = "36pt";
googleLink.style.fontFamily="'Goudy Stout', Impact, fantasy, Sans-Serif";