JSFiddle - React, Tailwind, and code Playground

by Elena Shevchuk

HTML

<div></div>
<img src="http://zverushka.zz.mu/htmlbook/question.png" alt="">

CSS

body{
    background: url('http://www.zeppelin.ru/i/main_back.png');
}
div {
    margin: 20px auto;
    width: 940px;
    height: 53px;
    background-color: #543E3F;
    border-radius: 30px 30px 0 0;
    background: radial-gradient(100% 30px at center -10%, transparent 50%, #543E3F 52%);
}
img {
    display: block;
    margin: 0 auto;
}