JSFiddle - React, Tailwind, and code Playground

by Pete Fecteau

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>

<head>
    <meta charset="UTF-8">
    <meta content="width=device-width, initial-scale=1" name="viewport">
    <meta name="x-apple-disable-message-reformatting">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="telephone=no" name="format-detection">
    <title></title>
    <!--[if (mso 16)]>
    <style type="text/css">
    a {text-decoration: none;}
    </style>
    <![endif]-->
    <!--[if gte mso 9]><style>sup { font-size: 100% !important; }</style><![endif]-->
    <style>
        @font-face {
            font-family:'Antenna-reg';
            src:url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaRegular/regular.eot');
            src:url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaRegular/regular.eot?#iefix') 
                format('embedded-opentype'),url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaRegular/regular.woff')
                format('woff'),url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaRegular/regular.ttf')
                format('truetype'),url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaRegular/regular.svg#fordngbs-antenna-re')
                format('svg');
                font-weight:400;
                font-style:normal
        }
        @font-face {
            font-family:'Antenna-bold';
            src:url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaBold/bold.eot');
            src:url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaBold/bold.eot?#iefix')
                format('embedded-opentype'),url('https://www.ford.com/cmslibs/etc/designs/commonskin/ford/fonts/AntennaBold/bold.woff')
               ...