JSFiddle - React, Tailwind, and code Playground

by mgrcic

HTML

<div class="success">
                    <img src="//www.pluralsight-training.net/microsoft/content/img/sh/checkmark-v1.png">
                    Success! We've sent an email to you from [email protected]
                </div>

CSS

.success, .layoutRoot .validation-summary-errors {
float: left;
width: 30em;
margin-left: 10px;
padding: 5px;
background-color: #AFA;
color: #090;
}