JSFiddle - React, Tailwind, and code Playground
by mbarinov
HTML
<ul>
<li>
<p>Ruby is a dynamic, reflective, general-purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan during the mid-1990s and was first developed and designed by Yukihiro "Matz" Matsumoto. It was influenced primarily by Perl, Smalltalk, Eiffel, and Lisp.</p>
</li>
<li>
<p>Scala (pronounced /ˈskɑːlə/ skah-lə) is a multi-paradigm programming language designed to integrate features of object-oriented programming and functional programming.[2] The name Scala is a portmanteau of "scalable" and "language", signifying that it is designed to grow with the demands of its users.</p>
</li>
<li>
<p>Haskell (pronounced /ˈhæskəl/)[3] is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing.[4] It is named after logician Haskell Curry. In Haskell, "a function is a first-class citizen" of the programming language.[5] As a functional programming language, the primary control construct is the function. The language is rooted in the observations of Haskell Curry and his intellectual descendants, that "a proof is a program; the formula it proves is a type for the program".</p>
</li>
</ul>
CSS
li {
padding: 10px 0 10px 20px;
}
li p::before {
content: "* ";
float:left;
}