JSFiddle - React, Tailwind, and code Playground
by Rahul Desai
HTML
<li>
<a>
<div id="rectangle"></div>
<p>Lorem ipsum dolor sit amet</p>
</a>
</li>
CSS
#rectangle {
height: 100px;
width: 100%;
background-color: #f02441;
}