JSFiddle - React, Tailwind, and code Playground

by Ариан Шапиро

HTML

<article >
    <i><b>&#8220;</b></i><h1>Prechu</h1>
</section>

CSS

body {
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
}
h1 {
    padding-top:10px;
}
i {
    float:left;
    font-size:44px;
    width:44px;
    height:44px;
    border-radius:100%;
    background-color:#104090;
    margin-top:-13px;
}
b {
    position:absolute;
    top:22px;
    left:18px;
    color:#fff;
}