JSFiddle - React, Tailwind, and code Playground

by cssGuy

HTML

<!-- Some document formats have a style attribute to permit the author to directly apply style information to specific elements in documents -->

<p style="color: red; background-color: green; line-height: 1.5">
    Lorem ipsum dolor sit amet.
</p>

SCSS

//CSS Style Attributes

//W3C Recommendation 07 November 2013

//The declarations in a style attribute apply to the element //to which the attribute belongs. In the cascade, these //declarations are considered to have author origin and a //specificity higher than any selector.