JSFiddle - React, Tailwind, and code Playground
by fxi
HTML
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<div class="jumbotron">
<h1>MapX Invitation : UNHABITAT - Pakistan</h1>
<p>You are invited to join a MapX project. </p>
<p class="text-muted"><small>Use this link to confirm the invitation and join the project. This link will be deactivated after 24h</small></p>
<p><a class="btn btn-primary" role="button">Confirm and open the project</a></p>
<p class="text-muted text-xs"><small>For future reference, if you are already logged in MapX, you can join the project any time by clicking this button</small></p>
<a class="btn btn-primary" role="button">Open the project</a>
</div>
CSS
.row {
background: #f8f9fa;
margin-top: 20px;
}
.col {
border: solid 1px #6c757d;
padding: 10px;
}