HTML
CSS
JavaScript
<div class='rounded-corner'></div>
.rounded-corner { border-top-right-radius: 20px; }
// No JavaScript required for this demo