JSFiddle - React, Tailwind, and code Playground

by abdallha dagga

HTML

<div class="copyhm" title="احمي حقوق التصميم الخاصة بقالبك">
<copyhoussam> CopySweup ©</copyhoussam>
<p class="link" style='text-align: right;'><a href="http://copyright.sweup.com/">
     CopySweup ©</a>جميع الحقوق محفوظة ل</p>
</div>

CSS

copyhoussam {
    background: none repeat scroll 0% 0% #C73737;
    padding-left: 6px;
    padding-right: 5px;
    border-radius: 3px;
    margin-left: 5px;
    float: left;
    cursor: help;
    
}
.copyhm a {
    color: #483D40;
    text-decoration: none;
    transition: color 1s ease-out 0s;
}
.copyhm a:link, a:visited {
    color: #483D40;
    text-decoration: none;
}
.copyhm {
    font-size: 14px;
    background: none repeat scroll 0% 0% #E74C3C;
    width: 102%;
    color: #FFF;
    padding: 5px 10px;
    margin: 10px -20px -5px -5px;
    position: relative;
    font-family: Electrolize,ge_ss_threeregular;
}
.copyhm:after {
    content: "";
    border-width: 8px;
    border-style: solid;
    border-right: 8px solid #C0392B;
    border-color: transparent #C0392B #C0392B transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    position: absolute;
    left: 0px;
    top: -16px;
}
.copyhm:before {
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #C0392B #C0392B;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    position: absolute;
    right: 0px;
    top: -16px;
}