JSFiddle - React, Tailwind, and code Playground
by Craig Haywood
HTML
<Div style="padding: 8px; border-type: solid; border-width: 1px; border-color: black; margin: auto; text-align: justify;border-color:black; border-width: 2px;border-style: solid; border-radius: 7px; background: #a40101; color: #ffee8a; max-width: 500px; width 100%; text-align: center; text-decoration: none"><span style="font-size:14px; font-weight: bold">What if there was a proven, legit way to never worry about money again?</span></Div>
<br/><br/><br/>
<div>
<span style="border-top-left-radius: 40px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 40px;
padding: 8px 15px;
margin: 0 -13px;
z-index: -1;
color: #f9e80d;
font-weight: bold;background-color: #ff0066">What we especially like is that there is:</span>
</div>
CSS
.highlight {
border-top-left-radius: 40px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 40px;
padding: 8px 15px;
margin: 0 -13px;
z-index: -1;
color: #ffee8a;
font-weight: bold;
}
.highlight--reversed {
border-top-left-radius: 10px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 10px
}
.highlight--orange {
background-color: #f1dfc3
}
.highlight--yellow {
background-color: #a40101
}