JSFiddle - React, Tailwind, and code Playground
HTML
<p><line>The Developer Program offers a range of technical</line> <line>resources and support for developers and IT</line> <line>professionals innovating. Power your</line> <line>development from concept to market with</line> <line>technical guidance and information from</line> <line>engineers and experts. Access pre-release</line> <line>versions of the latest software.</line></p>
CSS
p {
font-size: 10px;
float: left;
line-height: 2em;
padding-top: 1em;
}
p:before {
content: "A";
display: block;
float: left;
font-size: 200px;
line-height: 130px;
}
lin {
display: block;
float: left;
position: relative;
}