JSFiddle - React, Tailwind, and code Playground

by jwerre

HTML

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32">
<defs>
 <linearGradient id="green-grad" x1="0%" y1="0%" x2="100%" y2="0%" gradientTransform="rotate(90)">
   <stop offset="0%" style="stop-color:#bdffd8;stop-opacity:1" />
   <stop offset="100%" style="stop-color:#f7f5af;stop-opacity:1" />
 </linearGradient>
</defs>
<rect fill="url(#green-grad)" rx="10" x="0" y="0" width="100%" height="100%" style="stroke:rgba(0,0,0,0.1);stroke-width:1;"/>
</svg>