JSFiddle - React, Tailwind, and code Playground

by jim31415

HTML

<div id="tvshape">
    <img src='http://1.bp.blogspot.com/_Y1fFfKjiX2g/S_gMwLeGtjI/AAAAAAAALlE/vdX0ttHeEjg/s1600/CLOUDS2.jpg' width="100%"/>
   
</div>

CSS

#tvshape {
 position: relative;
 width: 200px;
 height: 150px;
 margin: 20px 10px;
 background: #0809fe;
 border-radius: 50% / 10%;
 color: white;
 text-align: center;
 overflow:hidden;
}