JSFiddle - React, Tailwind, and code Playground
by heennkkee
HTML
<script src="https://www.google.com/jsapi?ext.js"></script>
<div id="herp"></div>
JavaScript
alert(document.getElementById("herp"));
by heennkkee
<script src="https://www.google.com/jsapi?ext.js"></script>
<div id="herp"></div>
alert(document.getElementById("herp"));