JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<!--img id="lut" src="http://i.stack.imgur.com/o2d3y.png" alt="lut">
<img id="scream" src="http://i.imgur.com/0vcCTK9.jpg?1" alt="The Scream" -->
<canvas id="myCanvas" width="640" height="480" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>
<canvas id="myCanvasLut" width="640" height="480" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>
</body>
JavaScript
var srcLutbyte=...