JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

          <a title="Access Transcript downloads a document" target="_blank" href="http://www.google.com">  open google

JavaScript

window.setInterval(function () {
    console.log(document.activeElement);
}, 300);