JSFiddle - React, Tailwind, and code Playground
by bgrins
HTML
<iframe src="about:blank" allowTransparency="true" />
CSS
iframe {
background: orange;
width: 200px;
height: 200px;
border-radius: 50%;
border: solid 1px;
}
body {
background: #eee;
}