JSFiddle - React, Tailwind, and code Playground

by Anisuzzaman Khan

HTML

<h1 class="bangladesh">BANGLADESH</h1>

CSS

h1.bangladesh {
   -webkit-text-stroke-width: 2px;
   -moz-text-stroke-width: 2px;
   -ms-text-stroke-width: 2px;
   text-stroke-width: 2px;

   -webkit-text-stroke-color: #000000;
   -moz-text-stroke-color: #000000;
   -ms-text-stroke-color: #000000;
   text-stroke-color: #000000;

   color: #E9E288;
   font-size: 5em;
   font-family: verdana;
}