JSFiddle - React, Tailwind, and code Playground

by acturbo

HTML

<h1>This is a test</h1>
<h2>This is a test</h2>

CSS

h1, h2, h3, h4, h5, h6, .title {
    color: #000000;
    font-family: Arial, MuseoSlab500,Georgia,'Times New Roman',serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0 1px 2px rgba(100, 100, 100, 0.35);
    word-wrap: break-word;
}