JSFiddle - React, Tailwind, and code Playground

by John Grivas

HTML

<div class="forall">
    <div class="inText">Hello g World /With font-size 20px
        <div class="strut"></div>
    </div>

CSS

div.forall {
    width: 700px;
    height: 50px;
    border: thin black solid;
    background-color: #9BBCE3;
}
.inText {
    font-size: 46px;
    line-height:46px;
}
.strut {
    height: 50px;
    display: inline-block;
}