JSFiddle - React, Tailwind, and code Playground

by swesh

HTML

<div style="width:50%; height:100px; background:pink;">
    <div style="height:20px; background:#ff0000;display:inline">happy Birthday</div>
    <div style="height:20px; background:yellow; display:inline-block">People</div>
    <div style="height:20px; background:#000fff;display:inline-block">make in India</div>
     <div style="height:20px; background:green;display:inline-block">make in India</div>
</div>