JSFiddle - React, Tailwind, and code Playground

by Koubenec

HTML

<a href="http://diveintohtml5.ep.io/"> 
<div class="category"> 
<h3>Dive into HTML5</h3> 
<p>Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards. The final manuscript has been published...</p> 
<small>diveintohtml5.ep.io/</small> 
</div> 
</a>

CSS

.title, .category, a, a:link, a:visited, a:hover, a:active {
width: 23%;
margin: 0px 0 0 0;
padding-bottom: 23%;
overflow: hidden;
background-color: red;
}