JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Redirect</title>
<script type="text/javascript"> 
// <![CDATA[
//Windows Version:
if(navigator.userAgent.match(/Windows/i)) {
    window.location = "http://download.teamviewer.com/download/TeamViewerQS_en.exe";
}
//MacOS Version:
if(navigator.userAgent.match(/MacOS/i)) {
    window.location = "http://download.teamviewer.com/download/TeamViewerQS.dmg";
}


</script>
<script type="text/javascript">setTimeout("window.close();", 3000);</script>
</body>
</html>