JSFiddle - React, Tailwind, and code Playground
by arshidkv12
HTML
<span>This is a test to see the spacing</span>
CSS
@import url(http://fonts.googleapis.com/css?family=Russo+One);
span{
box-sizing: border-box;
color: rgb(55, 55, 55);
display: inline;
font-family: 'Russo One', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
height: auto;
line-height: 21.559999465942383px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-transform: uppercase;
width: auto;
}