JSFiddle - React, Tailwind, and code Playground

by Daniel Redwood

HTML

<script src="https://raw.github.com/rdallasgray/bez/master/src/jquery.bez.js"></script>
<div id="box"></div>

CSS

#box {
    width: 100px;
    height: 100px;
    background-color: #D3D3D3;
    margin-left: 0;
}

JavaScript

var bez = $.bez([0.5,0.01,0.5,1]);

console.log(bez);

$('#box').html(bez);