JSFiddle - React, Tailwind, and code Playground

by Chris Ames

HTML

<script src="http://malsup.github.com/jquery.corner.js"></script>
<div class="cut"></div>

CSS

.cut {
    position:relative;
    width:500px;
    height: 200px;
    padding:20px;
    color:#000;
    background:#ccc;
}

JavaScript

$(".cut").corner("bevel tl 50px");