JSFiddle - React, Tailwind, and code Playground

by nikita_turing

HTML

<div class="container">
    <div>
        <img src="http://upload.wikimedia.org/wikipedia/commons/e/e5/Raster_to_Vector_Mechanical_Example.jpg" />
    </div>
</div>

CSS

.container {
    border-radius:50%;
    -moz-border-radius:20px;
    overflow:hidden;
    background:red;
    width: 100px;
    height: 100px;
}