JSFiddle - React, Tailwind, and code Playground
HTML
<div class="block">
<h3>Book a season ticket with Manchester United</h3>
<ul>
<li><a href="#" title="Read more about Manchester United">Read more about Manchester United <span class="bold">></span></a></li>
</ul>
</div>
CSS
.block {
width: 200px;
height: 272px;
background:red;
border: 0;
}