JSFiddle - React, Tailwind, and code Playground

by Stas Orekhovskiy

HTML

<div class="descript-block">
  <p class="link-text">Let me start from the beginning. One quiet summer evening, I was sitting idly at the computer; I remember it like it was yesterday, June 10, 2015. I had just gotten my paycheck and vacation time, I had a little more money in my pocket than I needed, and I got the idea to spend a little bit of it on some online entertainment. Hoping to find a bookmaker site where I could bet on football games, I entered the word "bets" in Google, and, completely accidentally, the first link took me to <a href="">IQ Option</a>. This is how my life got enriched by a new pursuit which has brought me incredible emotions and financial satisfaction! It's important for me to mention that until that moment, I knew absolutely nothing about <a href="">Binary Options</a> and had no experience. </p>
</div>

CSS

.descript-block p {
    font-size: 15px;
    font-weight: 300;
    color: #202020;
}
.link-text a{
  color: #d54259;
}