JSFiddle - React, Tailwind, and code Playground

by bnickel

HTML

<br><br><br>
<p class="error"><strong class="label">Error:</strong> Long error message... Long error message... Long error message... Long error message... Long error message... </p>

CSS

p {
    margin: 0.5em 0;
    font-family: Helvetica, Arial, sans-serif;
}

strong {
    font-weight: bold;
}

.error {
    color: red;
    position: relative;
    margin-left: 50px;
    margin-right: 20px;
}

.error strong.label {
    
    background-image:url(https://online.americanexpress.com/myca/mobl/us/shared/iphone/images/rubix-sprite.png);
    background-position: -50px -900px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    
}