JSFiddle - React, Tailwind, and code Playground

by hollanditkzn

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<div class="panel panel-default">
  <iframe frameborder="0">
    <div>
    
    </div>Panel
    <a href="#">Click Me</a>
  </iframe>
</div>

JavaScript

$('a').click(function(){
	 window.location.href = "http://site.com/test.zip"
})