JSFiddle - React, Tailwind, and code Playground
by slace
HTML
<blockquote>
This is a super interesting quote from the
article. It has been pulled out here because
the designer said it would look pretty.
</blockquote>
<p>
The next time you visit a bar, see if you can count on one hand the number of vodkas on the shelf. Chances are you'll need both hands, and possibly feet. The bar at the original Pizzeria Uno in downtown Chicago contains 13 different vodkas: one bottle of Skyy, one bottle of Smirnoff, four flavors of Stolichnaya, five flavors of Absolut, one Ketel One, and one Grey Goose. At the T.G.I. Friday's in Reagan National Airport outside Washington, two shelves are devoted to 14 varieties of vodka. Meanwhile, Boston's ĂĽbertrendy 28 Degrees restaurant boasts an astounding 22 bottles (13 brands, 15 flavors).
</p>
<p><a href="http://l.tath.am/ndNMss">Read more</a></p>
CSS
blockquote {
background-color: #efefef;
float:right;
width: 200px;
margin: 0px 00px 20px 20px;
padding: 5px;
}
p {
padding-bottom: 10px;
}
@media screen and (max-width:300px) {
blockquote {
margin-left: 0px;
float:none;
width: 100%;
}
}