JSFiddle - React, Tailwind, and code Playground
by Wolly
HTML
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body {
margin: 0;
}
a {
color: #337ab7;
text-decoration: none;
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
a:focus,
a:hover {
color: #23527c;
text-decoration: underline;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
border: 0;
}
.content {
display: flex;
flex-direction: column;
margin: 0 10%;
font-family: 'Open Sans', serif;
font-size: 14px;
color: #3f3f3f;
font-weight: 400;
padding: 0;
}
.column {
display: flex;
flex-direction: column;
}
th, td {
width: 50%;
}
hr {
opacity: 1;
}
/*******************************************/
/****************** Icon *******************/
/*******************************************/
.icon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-fw {
width: 1.28571429em;
text-align: center;
}
.icon-user:before {
content: '\f007';
}
.icon-check:before {
content: '\f00c';
}
.icon-lock:before {
content: '\f023';
}
.icon-edit:before {
content: '\f044';
}
.icon-paypal::before {
content: '\f1ed';
}
.icon-bank::before {
content: '\f19c';
}
.icon-credit-card::before {
content: '\f153';
}
.icon-plus-circle::before {
content: '\f055';
}
.icon-question-circle::before {
content: '\f059';
}
.icon-shopping-cart::before {
content: '\f07a';
}
.icon-money::before {
content:...