<div id="app">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit <mark>Numquam, ut reiciendis.</mark> Minima animi?
</p>
<blockquote>
I believe that everything happens for a reason. <mark>People change so that you can learn to let go</mark>, things go wrong so that you appreciate them when they're right, you believe lies so you eventually learn to trust no one but yourself, and sometimes good things fall apart so better things can fall together.
</blockquote>
</div>
#app{
width:500px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.