JSFiddle - React, Tailwind, and code Playground

by rami7250

HTML

<div class="wpcf7-mail-sent-ok" style="display: block;" role="alert">Your support ticket has been received and we will get back to you as soon as we are able.</div>

CSS

div.wpcf7-mail-sent-ok {
    background: #c5f4a9;
    border: 1px solid #bdf29e;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 60%);
    color: #0d590d;
    padding: 1em;
    margin: 1em 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }