JSFiddle - React, Tailwind, and code Playground
HTML
Inline Link<br />
<ul>
<li><a href="http://heera.it">HEERRA.IT</a></li>
</ul>
Box Model Link<br />
<ul>
<li><a class="box" href="http://heera.it">HEERRA.IT</a></li>
</ul>
CSS
li{ width:300px; background:red; border:solid black 1px }
a{ color;#fff; text-decoration:none; background:#fff; }
li a.box{ display:block }