JSFiddle - React, Tailwind, and code Playground
by gryzzly
HTML
<canvas id=field></canvas>
<p>Press “R” to run the game and “K” to kill the game</p>
JavaScript
(function (win, doc, undefined) {
var canvas = document.getElementById('field');
}(window, document));