JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<!doctype html>
<html>
    <head>
    </head>
    <body>
        <img src="http://sandropaganotti.com/wp-content/goodies/courses/CorsoCSS3/assets/tiger.jpg">
    </body>
</html>

CSS

img{
  border-radius: 30px;
  border-top-left-radius: 50px 70px;
  border: 20px dotted red;
}