JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app ng-init="slidercolor='red'">
  <input ng-model="slidercolor">
  
  <span ng-style="{'background-color': slidercolor}">works</span>
  <span ng-style="{'background-image':'-webkit-gradient(linear, left top, right top, color-stop(0%,'+ slidercolor+'), color-stop(100%,rgba(125,185,232,0)))'}">didnt work</span>