JSFiddle - React, Tailwind, and code Playground
by Harmonix Motion
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Weekly Status Report</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.8.0/css/bootstrap-datepicker.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
{% compress 'css' %}
<link rel="stylesheet" href="/static/standard.css" type="text/css">
{% endcompress %}
<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon_general_view.ico">
</head>
<body>
<nav class="navbar shadow-sm pt-5">
<div class="navbar-brand">
<img src="/static/allscripts_logo.png" alt="allscripts_logo" class="allscripts-logo img-fluid">
</div>
</nav>
<div class="container wrapper shadow-lg">
<!-- Video -->
<div class="row justify-content-center">
<div class="col-8 mt-3">
<video src="/static/video.mp4" controls muted preload="none"></video>
</div>
</div>
<div class="twitter_feed text-right">
<a class="twitter-timeline" href="https://twitter.com/Allscripts?ref_src=twsrc%5Etfw" data-width="300" data-height="700">Tweets by Allscripts</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="row justify-content-center">
<div class="col-4 mt-4">
...