JSFiddle - React, Tailwind, and code Playground

by Derek Gathright

HTML

<p>We have graduated <a href="">Michael Matuzak's</a> <a href="">gallery-tap</a> module to the YUI core module: event-tap. Thanks to Andres Garza for the original implementation.</p>

<br/>

<p>We have graduated <a href="">Michael Matuzak</a>’s <a href="">gallery-tap</a> module to the YUI core module: event-tap. Thanks to Andres Garza for the original implementation.</p>

<br/>

<p>We have graduated Michael Matuzak's (<a href="">@emkay</a>) <a href="">gallery-tap</a> module to the YUI core module: event-tap. Thanks to Andres Garza for the original implementation.</p>

CSS

a{
    text-decoration:none;
    color:blue;
}

a:hover{
    text-decoration:underline;
}