JSFiddle - React, Tailwind, and code Playground
by Jordan Sayner
HTML
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<style type="text/css">
/* ----- Text Styles ----- */
table {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
@media only screen and (max-width: 700px) {
/* ----- Base styles ----- */
.full-width-container {
padding: 30px !important;
}
/* ----- Header ----- */
.header td {
padding: 30px 15px 30px 15px !important;
}
/* ----- Hero subheader ----- */
.hero-subheader__title {
padding: 15px 15px 0 15px !important;
font-size: 20px !important;
}
.hero-subheader__content {
padding: 30px 15px !important;
}
/* ----- Title block ----- */
.title-block {
padding: 0 15px 0 15px;
}
/* ----- Paragraph block ----- */
.paragraph-block__content {
padding: 25px 15px 18px 15px !important;
}
/* ----- CTA block ----- */
.cta-block__title {
padding: 35px 15px 0 15px !important;
}
.cta-block__content {
padding: 20px 15px 27px 15px !important;
}
.cta-block__button {
padding: 0 15px 0 15px !important;
}
}
</style>
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif]-->
</head>
<body style="padding: 0; margin: 0;" bgcolor="#f5f5f5">
<!--<span...