JSFiddle - React, Tailwind, and code Playground
by lollero
HTML
<div></div>
CSS
div {
background: red;
width: 80px;
height: 30px;
margin: 30px;
}
JavaScript
$('div').css({
boxShadow: '0 0 10px #333',
borderRadius: '10px'
});