JSFiddle - React, Tailwind, and code Playground

by Ranganadh Paramkusam

HTML

<div>We're checking different types of anchor elements for copying links and text in them</div>
<div>
    <p><a href="#">link with href #</a></p>
    <p><a href="http://www.google.com">Google</a></p>
    <p><a href="">Null link</a></p>
    <p><a href="http://jsfiddle.net/"><i>JSFiddle</i></a></p>
    <p><a href="http://stackoverflow.com/"><b>StackOverflow</b><br /><i>A language-independent collaboratively edited question and answer site for programmers.</i></a></p>
</div>

CSS

div{float: left;}