JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://alexschneider.github.io/pushbullet-js/pushbullet.min.js"></script>
<pre><code id="result"></code></pre>
JavaScript
PushBullet.APIKey = "Your API Key here";
document.getElementById("result").innerHTML = JSON.stringify(PushBullet.devices(), null, 4);