JSFiddle - React, Tailwind, and code Playground

by Yuval Bar-On

HTML

<h2> remote ajax test #1  </h2>
<a href="http://www.ynet.co.il">ynet news</a>
<a href="http://www.codecademy.com/">foo bar laa</a>
<a href="http://www.dell.com">computers</a>

CSS

* {
    font-family: Ubuntu, sans-serif;
}

a {
    color: #2898EE;
    text-decoration: none;
    margin: 5px;
}

a:hover {
    color: #A3C9E7;
    text-decoration: underline;
}