JSFiddle - React, Tailwind, and code Playground
by Tan
HTML
<div class="fiddle">Arial Page Formatting</div>
<div class="arial"><h1>Arial font is very nice</h1>
<p>Getting a new mortgage deal could cut the interest you pay and save thousands of pounds. Here is how to remortgage to a better deal, avoid fees and reduce what you pay each month.</p><p>Fusce viverra sagittis purus id sodales. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. £1234,56789 ed at felis bibendum, tristique risus quis, vulputate risus. Fusce id ipsum consequat, dignissim lorem faucibus, euismod mauris.</p>
<h2>Arial font is very nice</h2>
<p>Getting a new mortgage deal could cut the interest you pay and save thousands of pounds. Here is how to remortgage to a better deal, avoid fees and reduce what you pay each month.</p>
<p>Fusce viverra sagittis purus id sodales. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed at felis bibendum, tristique risus quis, vulputate risus. Fusce id ipsum consequat, dignissim lorem faucibus, euismod mauris.</p>
<div class="box">
<p>Getting a new mortgage deal could cut the interest you pay and save thousands of pounds.</p>
</div>
<h2>Arial font is very nice</h2>
<p>Getting a new mortgage deal could cut the interest you pay and save thousands of pounds. Here is how to remortgage to a better deal, avoid fees and reduce what you pay each month.</p>
<div class="ticks">
<ul>
<li><strong>Bridging finance from £100,000 to £1 billion</strong> Getting a new mortgage deal could cut the interest you pay and save thousands of pounds.</li>
<li><strong>Immediate in principle decisions</strong> Getting a new mortgage deal could cut the interest you pay and save thousands of pounds.</li>
<li><strong>Fast funding</strong> (48 hours is possible)</li>
<li><strong>Loan terms ranging from 1 day to 24 months</strong> Getting a new mortgage deal could cut the interest you pay and save thousands of...
CSS
.fiddle {background-color:#000;color:#fff;padding:2px 6px;margin:0 0 10px 0;}
body {background-color:#FFF;}
.arial {font-family:arial;font-size:16px;line-height:24px;color:#222;}
.arial h1 {font-family:arial;font-weight:normal;font-size:26px;line-height:26px;margin:0;color:#0059B2;}
.arial h2 {font-family:arial;font-weight:normal;font-size:22px;line-height:22px;margin:30px 0 10px 0;color:#0059B2;}
.arial p {font-family:arial;font-size:16px;line-height:24px;margin:15px 0;letter-spacing:1px;color:#222;}
.box {background-color:#F7F7F7;color:#0059B2;padding:5px 20px;border:solid #0059B2;border-width:0 0 0 6px;}
.box p {color:#0059B2;}
.ticks ul {padding:0;}
.ticks li {list-style-Type:none;padding:15px 0 15px 47px;margin-bottom:10px;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAMAAABYi/ZGAAAAilBMVEUAAAA5tDk5tzk5uzk5qDk5qDk5sTk5uTk5szk5tDk5qjk5qjk5sTk5qDk5szk5qTk5qTk5tDk5rjk5qTk5rzk5vTk5rzk5rDk5rzk5sjk5qTk5uzk5rDk5pzk5qTk5uTk5rjk5rDk5rDk5vzk5vTk5rTk5wjk5vTk5qzk5tTk5qDk5pjk5qjk5rTlj7p9jAAAAKnRSTlMAkBcQ9Kk4BgPi4d3GtKKSem9bWE4gFQr49+rS0c7HwLiEfHdlYldSMCXwZYL2AAAAkklEQVQYGVXBBxKCQBAEwCGDCSWZc57d+//31Cqwbrth5VU8rmEsy5hM4MsSkvMOvjPJEkajwmkOX7ijjN4wAidawUhX4mYwlkeRooVxc+IWMMKtchJhkAYdcHXiHuhFzcgFCAvlKUNvQYoGM8r6iUGbkFQVTnL8hXv+6B2eNObXOIJvTlIvMLIpuXnBqslDhL8Pdx8O+uRbbWYAAAAASUVORK5CYII=') no-repeat 15px 15px;background-color:#F2F9FF;color:#333;}
.ticks li strong, .nums li strong {color:#0059B2;} {color:#0059B2;}
.nums ol {padding:0;}
.nums li {padding:15px;margin-bottom:10px;background-color:#F2F9FF;color:#333;list-style-type: none;position:relative;}
.nums li p {margin:0;padding: 0 0 0 28px;}
.nums li span {position:absolute;font-weight:bold;color:#0059B2;}