JSFiddle - React, Tailwind, and code Playground
HTML
<blockquote>
After Paris-Nice I will also do Milano-Sanremo for the first time. Then the usual races with the E3 Harelbeke, Gent-Wevelgem, De Ronde and Paris-Roubaix are next.
</blockquote>
CSS
blockquote {
background: #fafcfc;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNUabzwHwAEvAJ2QlOyvQAAAABJRU5ErkJggg==);
background-position: top;
background-size: 120px 8px;
background-repeat: no-repeat;
border-top: 1px solid #dfe7e9;
border-bottom: 1px solid #dfe7e9;
color: #747392;
font-size: 19px;
font-style: italic;
line-height: 1.8;
text-align: center;
font-weight: 300;
padding: 45px 40px;
margin: 35px 0;
}
blockquote:before, blockquote:after {
content: "“";
display: inline-block;
transform: scale(2);
color: #dfe7e9;
}
blockquote:after {
content: "”";
}