JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
HTML
<div class='box'>
DO YOU EVEN CARE ABOUT POLITICS?
</div>
CSS
body {
background: #04448f;
}
.box {
padding: 35px 40px 37px;
border: 5px solid white;
color: white;
width: 500px;
margin: 0 auto;
text-align: center;
font-size: 45px;
line-height: 60px;
font-weight: bold;
}