JSFiddle - React, Tailwind, and code Playground

by cathead

HTML

<p>
        Etiam porta sem malesuada magna mollis euismod.
    </p>
    <hr>
    <div class="dracula">
        <img src="whacky.png" alt="Dracula balanced dinner plates before dinner" />
    </div>
    <hr>
    <div class="frankenstein">
        <img src="whacky.png" alt="Frankenstein shows his greasy hair to the village" />
    </div>

CSS

.dracula {
    font-size: inherit;
}

.frankenstein {
    color: forestgreen;
    font-family: monospace;
    font-size: 30px;
    font-weight: bolder;
}