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;}