JSFiddle - React, Tailwind, and code Playground

by Joe Pigott

HTML

<p></p>
<p></p>
<code title="Cascading Style Sheet Functions"><code id="css">CSS</code><code id="f">f</code></code>

CSS

#css {
    background: blue;
    color: lightblue;
    font-weight: normal;
    font-size: 56px;
    margin-top: 15px;
    margin-left: 15px;
}
#f {
    background: lightblue;
    color: blue;
    font-weight: normal;
    font-size: 56px;
}
.ui-tooltip {
    background: blue;
    color: lightblue;
    border: MediumBlue;
    box-shadow: 0;
    border-radius: 0;
}

JavaScript

$(document).ready(function () {
    $(document).tooltip();
});