<p>
Draw some cards. Think of a question in your head, if it's red it's a yes! If it's black, it's a no.
</p>
<button id=drawcards>Draw Cards</button>
<br><br><br>
<div id=output>
</div>
<br>
<br>
<br>
<br>
<h3>
Drop here:
</h3>
<div id=drop class=drop>
</div>
<!--
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
-->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>