JSFiddle - React, Tailwind, and code Playground
HTML
<div id="header">
<h1>Freelanced</h1><br />
<h2>Developer & Designer Signup!</h2>
</div>
CSS
body {
background-color: #DBDBDC
padding: 20px;
font-family: 'Josefin Sans', sans-serif;
}
h1 {
clear: both;
display: inline-block;
font-size: 40px;
font-weight: 600;
}
#header h1 {
margin-top: 20px;
margin-left: 500px;
color: #7393A3;
line-height: 0px;
}
#header h2 {
color: #325465;
margin-top: 0px;
margin-left: 440px;
display: inline-block;
font-size: 25;
font-weight: 400;
border-bottom: 1px solid rgb(213, 211, 211);
}