JSFiddle - React, Tailwind, and code Playground

by Brian Houlihan

HTML

<html><head><style>
div {margin-bottom: 5px;}
</style></head>
<body>
<div>
<span style="font-weight: bold;">Subject: %s</span>
</div>
<div>
Below is a summary of the change request.
</div>
<div style="margin-left: 20px">
<div><span style="font-weight: bold;">Initiator: </span>%s</div>
<div><span style="font-weight: bold;">Change Type: </span>%s</div>
<div><span style="font-weight: bold;">Start Date: </span>%s</div>
<div><span style="font-weight: bold;">Scheduled End Date: </span>%s</div>
<p />
<div style="font-weight: bold;">Change Description: </div>%s
<div style="font-weight: bold;">Reason for Change: </div>%s
<div style="font-weight: bold;">Roll Out Plan: </div>%s
</div>
</body>
</html>