JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="container_inner">
Hello! <br/> World!
</div>
</div>
CSS
.container{
width: 300px;
background: green;
height: 200px;
}
<div class="container">
<div class="container_inner">
Hello! <br/> World!
</div>
</div>
.container{
width: 300px;
background: green;
height: 200px;
}