JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<a href="#" class="foo">
<div>
C'est le <a href="#">Test</a>
</div>
</a>
CSS
.foo {display: block; background:tomato; text-decoration:none;}
by oilvier
<a href="#" class="foo">
<div>
C'est le <a href="#">Test</a>
</div>
</a>
.foo {display: block; background:tomato; text-decoration:none;}